aboutsummaryrefslogtreecommitdiff
path: root/pokeworld/thedex/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'pokeworld/thedex/index.html')
-rw-r--r--pokeworld/thedex/index.html45
1 files changed, 45 insertions, 0 deletions
diff --git a/pokeworld/thedex/index.html b/pokeworld/thedex/index.html
new file mode 100644
index 0000000..cd58529
--- /dev/null
+++ b/pokeworld/thedex/index.html
@@ -0,0 +1,45 @@
+<!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 | Typer</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="../">Home</a></li>
+ <li><a href="../pokebot">Pokebot</a></li>
+ <li class="current"><a href="#">TheDex</a></li>
+ <li><a href="../about">About</a></li>
+ <li><a href="../rules">Rules</a></li>
+ </ul>
+ </nav>
+ </div>
+ </header>
+ <div class="container">
+ <h1>TheDex</h1>
+ <h2>Giving you the Pokemon information, right at your fingertips</h2>
+ <p>TheDex is an executable Pokedex for computers running at least Windows Vista.</p>
+ <h2>Download</h2>
+ <p>There is no hosted download site for Typer except GitHub releases to get the latest version. It is already compiled into an executable file for use. Once you download it, open it like you usually would open an executable by double clicking it. TheDex is only avaiable for Windows. Mac and linux might be supported in the future.</p>
+ <h2>Changelog</h2>
+ <ul>
+ <li>v0.1 - First release!</li>
+ </ul>
+ </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>