diff options
| author | pokesudenk <thisis@notarealema.il> | 2018-03-07 16:47:29 -0500 |
|---|---|---|
| committer | pokesudenk <thisis@notarealema.il> | 2018-03-07 16:47:29 -0500 |
| commit | 2c9ec667ca2781e24e499317047319a925f0acf7 (patch) | |
| tree | accc3a6af0ddc602455370f594ac4f258fed709d | |
| parent | 4c7fe0e50ff98ac40dd1787785962e2eb3c19f3b (diff) | |
| download | pokeworld-website-2c9ec667ca2781e24e499317047319a925f0acf7.tar.gz pokeworld-website-2c9ec667ca2781e24e499317047319a925f0acf7.tar.bz2 pokeworld-website-2c9ec667ca2781e24e499317047319a925f0acf7.zip | |
does this work
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | pokebot.html | 35 |
2 files changed, 38 insertions, 1 deletions
@@ -1 +1,3 @@ -# pokeworld.github.io +# PokeWorld Website + +A website for PokeWorld, and related projects.
\ No newline at end of file diff --git a/pokebot.html b/pokebot.html new file mode 100644 index 0000000..eea0c37 --- /dev/null +++ b/pokebot.html @@ -0,0 +1,35 @@ +<!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>PokeWorld</h1> + </div> + <nav> + <ul> + <li><a href="index.html">Home</a></li> + <li class="current"><a href="#">Pokebot</a></li> + <li><a href="#">Typer</a></li> + <li><a href="#">About</a></li> + </ul> + </nav> + </div> + </header> + <div class="container"> + <h1>PokeBot</h1> + <h2>The bot that powers our entire server.</h2> + <p>Hi, I am dummy developer text.</p> + </div> + <footer> + <p>PokeWorld by: Alee, TheEdgeNK and jtshieh, Copyright © 2018</p> + </footer> + </body> +</html> |
