diff options
| author | Alee <alee14498@gmail.com> | 2018-03-07 16:59:13 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-07 16:59:13 -0500 |
| commit | c15ed4b2a887e7fcc83c28a4fd408c76fbb19add (patch) | |
| tree | 086d280ad5e87896731f3defc6c70f87bc92ce91 /about.html | |
| parent | 909b401b6f183ff3a4a60e99029307b3b173242c (diff) | |
| parent | 990cc17fe3fe25ee68e22e6b4fdbf0882bbb9f79 (diff) | |
| download | pokeworld-website-c15ed4b2a887e7fcc83c28a4fd408c76fbb19add.tar.gz pokeworld-website-c15ed4b2a887e7fcc83c28a4fd408c76fbb19add.tar.bz2 pokeworld-website-c15ed4b2a887e7fcc83c28a4fd408c76fbb19add.zip | |
Merge branch 'master' of https://github.com/PokeWorld/pokeworld.github.io
Diffstat (limited to 'about.html')
| -rw-r--r-- | about.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/about.html b/about.html new file mode 100644 index 0000000..99f388c --- /dev/null +++ b/about.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><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> + <p>Hi, I am dummy developer text.</p> + </div> + <footer> + <p>PokeWorld by: Alee, TheEdgeNK and jtshieh, Copyright © 2018</p> + </footer> + </body> +</html> |
