mirror of
https://github.com/UniverseDevGroup/pokeworld-website.git
synced 2025-01-22 17:32:01 -05:00
does this work
This commit is contained in:
parent
4c7fe0e50f
commit
2c9ec667ca
2 changed files with 38 additions and 1 deletions
|
@ -1 +1,3 @@
|
|||
# pokeworld.github.io
|
||||
# PokeWorld Website
|
||||
|
||||
A website for PokeWorld, and related projects.
|
35
pokebot.html
Normal file
35
pokebot.html
Normal file
|
@ -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 class="current"><a href="#">Pokebot</a></li>
|
||||
<li><a href="#">Typer</a></li>
|
||||
<li><a href="#">About</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
<div class="container">
|
||||
<h1>PokeBot</h1>
|
||||
<h2>The bot that powers our entire server.</h2>
|
||||
<p>Hi, I am dummy developer text.</p>
|
||||
</div>
|
||||
<footer>
|
||||
<p>PokeWorld by: Alee, TheEdgeNK and jtshieh, Copyright © 2018</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue