aboutsummaryrefslogtreecommitdiff
path: root/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'about.html')
-rw-r--r--about.html39
1 files changed, 0 insertions, 39 deletions
diff --git a/about.html b/about.html
deleted file mode 100644
index 6deb2e6..0000000
--- a/about.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<!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 &copy; 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>