aboutsummaryrefslogtreecommitdiff
path: root/pokeworld/thedex/index.html
diff options
context:
space:
mode:
authorTheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com>2018-03-11 00:53:41 -0500
committerTheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com>2018-03-11 00:53:41 -0500
commitd05294181542dd60a85c0f4fbb98d30148f73708 (patch)
tree19b946b99b3b10c35f7805c0404a18538b91087e /pokeworld/thedex/index.html
parentf27ab2d06e852df97689cd9eca59a289fa6a5c09 (diff)
downloadpokeworld-website-d05294181542dd60a85c0f4fbb98d30148f73708.tar.gz
pokeworld-website-d05294181542dd60a85c0f4fbb98d30148f73708.tar.bz2
pokeworld-website-d05294181542dd60a85c0f4fbb98d30148f73708.zip
manychanges
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>