-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
37 lines (28 loc) · 956 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Mr.Prog | Discord Bot</title>
<!--[if lt IE 9]><script src="../js/html5shiv-printshiv.js" media="all"></script><![endif]-->
</head>
<body>
<header role="banner">
<h1>Mr.Prog Bot for Discord Servers</h1>
<nav role="navigation">
<li><a href="https://warped2713.gitbooks.io/mrprog/content/">Documentation</a></li>
<li><a href="https://github.com/Warped2713/mrprog">Code Repo</a></li>
<li><a href="https://discord.gg/9TVVmTY">Test Server</a></li>
</nav>
</header>
<div class="wrap">
<main role="main">
<p>TODO: Fill this in with content!</p>
</main>
</div>
<footer role="contentinfo">
<address>
<p>For further information, please contact <a href="mailto:admin@flyingkatsu.com">Flying Katsu</a>.</p>
</address>
<small>Copyright © <time datetime="2016">2016</time></small>
</footer>
</body>