forked from sethvincent/hogjam4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (45 loc) · 2.01 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>the baby</title>
<meta name="description" content="the baby: a game for hogjam 4 by sui sea, kirk kohler, and seth vincent.">
<link href="http://fonts.googleapis.com/css?family=Ubuntu+Mono" rel="stylesheet" type="text/css">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="music" class="ui">
<a href="#" id="play-music" style="display:none;">play</a>
<a href="#" id="pause-music">pause</a>
music
<div id="score">Score: <span id="points">0000000000</span></div>
<div id="timer"><span id="seconds">60</span> seconds</div>
</div>
<div id="menu">
<img src="images/menu-image/menu.gif">
<h1>the <span class="red">baby</span></h1>
<p style="margin-bottom:28px;">by <a href="http://suisea.com" target="_blank">sui sea</a>, <a href="http://kirkkohler.com" target="_blank">kirk kohler</a>, & <a href="http://sethvincent.com" target="_blank">seth vincent</a><br /><br />
<b>content warning:</b> animations, sound<br />
WASD to move, K to zombify babies.<br>
[<span class="grey">it probably works best in chrome</span>]</p>
<p><a href="#" id="play" style="display:none;">PLAY</a><br /><br /><br />
[ <a href="https://github.com/sethvincent/hogjam4" style="color:grey;">code</a> ]</p>
</div>
<div id="loading" class="red">hold on, shit's loading...</div>
<div id="over">
<h1 id="over-text"></h1>
<p><a href="#" id="play-again">Play again!</a></p>
</div>
<script src="./bundle.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-2182161-9', 'sethvincent.github.io');
ga('send', 'pageview');
</script>
</body>
</html>