diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-03-07 17:25:27 -0500 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-03-07 17:25:27 -0500 |
| commit | 50f499726bca39dbf815e836ba0213142826f47c (patch) | |
| tree | 777797b50bf800fb0cbfd2ae1926a9a51a9a33a4 /about | |
| parent | b48100d310c08a562f1e3c33e8f1db7b61f5b3de (diff) | |
| download | pokeworld-website-50f499726bca39dbf815e836ba0213142826f47c.tar.gz pokeworld-website-50f499726bca39dbf815e836ba0213142826f47c.tar.bz2 pokeworld-website-50f499726bca39dbf815e836ba0213142826f47c.zip | |
stuff
Diffstat (limited to 'about')
| -rw-r--r-- | about/index.html | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/about/index.html b/about/index.html new file mode 100644 index 0000000..6deb2e6 --- /dev/null +++ b/about/index.html @@ -0,0 +1,39 @@ +<!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 | About</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><a href="pokebot.html">Pokebot</a></li> + <li><a href="typer.html">Typer</a></li> + <li class="current"><a href="#">About</a></li> + </ul> + </nav> + </div> + </header> + <div class="container"> + <h1>About</h1> + <h2>Learn about us.</h2> + <h3>Origination</h3> + <p>One day, a server was created. It was called PokeWorld, and 3 people decided to join in on the project; making a Discord bot for the server. These 3 people were jtsshieh, Alee, and TheEdge. This went on, until jtsshieh, and TheEdge decided to leave that server. Then, a few hours later, this PokeWorld you are reading about now was created.</p> + </div> + <footer> + <p>PokeWorld by: Alee, TheEdgeNK and jtsshieh, Copyright © 2018</p> + <a href = "https://discord.gg/YqEUBGr"> + <img src="https://img.shields.io/discord/417088992329334792.svg?colorB=7289DA&label=discord&style=flat-square"> + </a> + </footer> + </body> +</html> |
