-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 1.12 KB
/
index.html
File metadata and controls
32 lines (32 loc) · 1.12 KB
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
<html>
<head>
<title>SpaceBubz</title>
<link rel="stylesheet" type="text/css" href="stylesheets/spacebubz.css" />
<script type="text/javascript" src="javascripts/jquery-2.1.0.min.js"></script>
<script type="text/javascript" src="javascripts/spacebubz.js"></script>
</head>
<body>
<div id="wrapper">
<pre class="title">
___. ___.
_________________ ____ ____\_ |__ __ _\_ |__ ________
/ ___/\____ \__ \ _/ ___\/ __ \| __ \| | \ __ \\___ /
\___ \ | |_> > __ \\ \__\ ___/| \_\ \ | / \_\ \/ /
/____ >| __(____ /\___ >___ >___ /____/|___ /_____ \
\/ |__| \/ \/ \/ \/ \/ \/
</pre>
<div id="container">
<div id="starfield"></div>
<div id="dead-msg">You Crashed!</div>
<div id="app">
<div id="ship"> </div>
</div>
</div>
<div class="credits">
Designed and coded by Christopher S. Foree<br />
(animated starfield GIF borrowed from a tumblr feed, source unavailable)
</div>
</div>
</body>
</html>