aboutsummaryrefslogtreecommitdiff
path: root/typer.html
diff options
context:
space:
mode:
authorpokesudenk <thisis@notarealema.il>2018-03-07 16:52:45 -0500
committerpokesudenk <thisis@notarealema.il>2018-03-07 16:52:45 -0500
commit9c044810698b15a60da70045f7572e8d1c1c5790 (patch)
tree9b9a040d6043538286e6eec2478adffcf596a7f6 /typer.html
parent80216b81654926fdd000126e29a8d7026ff498cc (diff)
downloadpokeworld-website-9c044810698b15a60da70045f7572e8d1c1c5790.tar.gz
pokeworld-website-9c044810698b15a60da70045f7572e8d1c1c5790.tar.bz2
pokeworld-website-9c044810698b15a60da70045f7572e8d1c1c5790.zip
moar boar
Diffstat (limited to 'typer.html')
-rw-r--r--typer.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/typer.html b/typer.html
new file mode 100644
index 0000000..3a536fb
--- /dev/null
+++ b/typer.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><a href="pokebot.html">Pokebot</a></li>
+ <li class="current"><a href="#">Typer</a></li>
+ <li><a href="about.html">About</a></li>
+ </ul>
+ </nav>
+ </div>
+ </header>
+ <div class="container">
+ <h1>Typer</h1>
+ <h2>An automatic key-presser tool.</h2>
+ <p>Hi, I am dummy developer text.</p>
+ </div>
+ <footer>
+ <p>PokeWorld by: Alee, TheEdgeNK and jtshieh, Copyright &copy; 2018</p>
+ </footer>
+ </body>
+</html>