diff options
| author | TheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com> | 2018-03-11 01:09:12 -0500 |
|---|---|---|
| committer | TheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com> | 2018-03-11 01:09:12 -0500 |
| commit | 2b7525e49fc1b8c4e6af98556a33ed12ff06252b (patch) | |
| tree | da146486c98dea9cf11c9c07610a41499e4fae62 | |
| parent | 81a285a919372cdf13613c1097c7d0205b16477d (diff) | |
| download | pokeworld-website-2b7525e49fc1b8c4e6af98556a33ed12ff06252b.tar.gz pokeworld-website-2b7525e49fc1b8c4e6af98556a33ed12ff06252b.tar.bz2 pokeworld-website-2b7525e49fc1b8c4e6af98556a33ed12ff06252b.zip | |
REEL index page Gamers
| -rw-r--r-- | index.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..e29aabf --- /dev/null +++ b/index.html @@ -0,0 +1,33 @@ +<!DOCTYPE HTML> +<!-- The style is based from the ACN website !--> +<html> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width"> + <title>PokeWorld | Home</title> + <link rel="stylesheet" href="./css/style.css"> + </head> + <body> + <header> + <div class="container"> + <div id="branding"> + <h1>Universe</h1> + </div> + <nav> + <ul> + <li class="current"><a href="#">Home</a></li> + <li><a href="./pokeworld">PokeWorld</a></li> + </ul> + </nav> + </div> + </header> + <div class="container"> + <h1>Welcome to the Universe website!</h1> + <p>Right now this website is bare so please stay tuned for updates for this site!</p> + <p>Also if you want to use PokeBot, please join PokeWorld. The link to it can be found in the header above.</p> + </div> + <footer> + <p>Universe by: Alee, TheEdgeNK and jtsshieh, Copyright © 2018</p> + </footer> + </body> +</html> |
