-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
33 lines (33 loc) · 917 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>parade route</title>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
html{background-color:#5B0036;
font-family: arial, sans-serif;
color: white;}
#main{
margin: 60px auto;
width:759px;
text-align:center;
}
a {color:white;
text-decoration:none;}
a:hover {color: #bada55;}
</style>
</head>
<body>
<div id="main">
<img src="./splash.jpg">
<h1><a href="./parade-route-win.zip">parade-route-win.zip</a></h1>
<h1><a href="./parade-route-mac.zip">parade-route-mac.zip</a></h1>
<h1><a href="./parade-route-linux.tar">parade-route-linux.tar</a></h1>
<h1><a href="http://twitter.com/jplur_">follow me on twitter</a></h1>
<p>warning: there is no command to quit this game, my sincerest apologies.</p>
</div>
</body>
</html>