diff options
| author | pokesudenk <thisis@notarealema.il> | 2018-03-07 17:03:20 -0500 |
|---|---|---|
| committer | pokesudenk <thisis@notarealema.il> | 2018-03-07 17:03:20 -0500 |
| commit | 415080ec33a4fe1658ffc3390761fa2e21a8c64e (patch) | |
| tree | 8f87268b2b81a888d88d64b99a2efccf65d20dbe /index.html | |
| parent | 78ff8b70f0bf2cdee497b9fc55f134a9539f9422 (diff) | |
| download | pokeworld-website-415080ec33a4fe1658ffc3390761fa2e21a8c64e.tar.gz pokeworld-website-415080ec33a4fe1658ffc3390761fa2e21a8c64e.tar.bz2 pokeworld-website-415080ec33a4fe1658ffc3390761fa2e21a8c64e.zip | |
let's see how this looks
Diffstat (limited to 'index.html')
| -rwxr-xr-x | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -26,12 +26,12 @@ <div class="container"> <h1>Welcome to the PokeWorld website!</h1> <p>Right now this website is bare so please stay tune for updates for this site!</p> - <a href = "https://discord.gg/YqEUBGr"> - <img src="https://img.shields.io/discord/417088992329334792.svg?colorB=7289DA&label=discord&style=flat-square"> - </a> </div> <footer> <p>PokeWorld by: Alee, TheEdgeNK and jtsshieh, Copyright © 2018</p> + <a href = "https://discord.gg/YqEUBGr"> + <img src="https://img.shields.io/discord/417088992329334792.svg?colorB=7289DA&label=discord&style=flat-square"> + </a> </footer> </body> </html> |
