diff options
| author | Alee <alee14498@gmail.com> | 2018-03-07 16:39:45 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-07 16:39:45 -0500 |
| commit | 4c7fe0e50ff98ac40dd1787785962e2eb3c19f3b (patch) | |
| tree | 7cfc7b1e29ed44e582785b4b35d639d6e9b1a03c /index.html | |
| parent | 4c2712bc9e5cee01c5b83b2ddeb483b0ca93962c (diff) | |
| download | pokeworld-website-4c7fe0e50ff98ac40dd1787785962e2eb3c19f3b.tar.gz pokeworld-website-4c7fe0e50ff98ac40dd1787785962e2eb3c19f3b.tar.bz2 pokeworld-website-4c7fe0e50ff98ac40dd1787785962e2eb3c19f3b.zip | |
Added some context
Diffstat (limited to 'index.html')
| -rwxr-xr-x | index.html | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -24,12 +24,8 @@ </div> </header> <div class="container"> - <h1>Header 1</h1> - <h2>Header 2</h2> - <h3>Header 3</h3> - <h4>Header 4</h4> - <h5>Header 5</h5> - <h6>Header 6</h6> + <h1>Welcome to the PokeWorld website!</h1> + <p>Right now this website is bare so please stay tune for updates for this site!</p> </div> <footer> <p>PokeWorld by: Alee, TheEdgeNK and jtshieh, Copyright © 2018</p> |
