diff options
| -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> |
