diff options
| author | pokesudenk <thisis@notarealema.il> | 2018-03-07 16:52:45 -0500 |
|---|---|---|
| committer | pokesudenk <thisis@notarealema.il> | 2018-03-07 16:52:45 -0500 |
| commit | 9c044810698b15a60da70045f7572e8d1c1c5790 (patch) | |
| tree | 9b9a040d6043538286e6eec2478adffcf596a7f6 /typer.html | |
| parent | 80216b81654926fdd000126e29a8d7026ff498cc (diff) | |
| download | pokeworld-website-9c044810698b15a60da70045f7572e8d1c1c5790.tar.gz pokeworld-website-9c044810698b15a60da70045f7572e8d1c1c5790.tar.bz2 pokeworld-website-9c044810698b15a60da70045f7572e8d1c1c5790.zip | |
moar boar
Diffstat (limited to 'typer.html')
| -rw-r--r-- | typer.html | 35 |
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 © 2018</p> + </footer> + </body> +</html> |
