aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html33
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 &copy; 2018</p>
+ </footer>
+ </body>
+</html>