-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (61 loc) · 2.28 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>#LD28 - mumps: fear of contagion</title>
<meta name="viewport" content="width=device-width, initial-scale=0.9">
<link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah|Englebert|Candal' rel='stylesheet' type='text/css'>
<link href="css/game.css" rel="stylesheet">
</head>
<body>
<textarea id="pos" style="position:fixed; top: 0; left:0; height: 60px;z-index: 2000; display:none;">pos</textarea>
<textarea id="log" style="position:fixed; top: 300px; left:0; height: 400px;display:none;"></textarea>
<div class="main">
<div class="ctn">
<div class="game-ctn">
<canvas id="game-viewport">
Unsupported canvas
</canvas>
<canvas id="game-static">
Unsupported canvas
</canvas>
<div id="cinema" style="display: none;">
<div class="state"></div>
<a class="next">Continue</a>
</div>
<div id="chapter" style="display: none;">
<h1></h1>
<h2></h2>
<a class="continue" href="#">Continue ></a>
</div>
<div id="loading" style="display: none;">
<h1>Mumps: Fear of Contagion</h1>
<h2>get it once and only once</h2>
<div class="content">
<span>Loading...</span>
<div class="bar">
<div id="prg" style="width: 1%"></div>
</div>
</div>
<a class="play" style="display:none;">Continue ></a>
</div>
<div id="guide" style="display: none;">
<h1>Movement</h1>
<div class="showoff">
<img src="images/guide.gif">
</div>
<span>Click, drag and release to move.</span>
<a class="play">Continue ></a>
</div>
<div id="gameover" style="display: none;">
<h1>YOU GOT MUMPS!</h1>
<a class="retry" href="#">Go back in time and retry</a>
</div>
</div>
</div>
</div>
<script src="js/vendor.js" type="text/javascript"></script>
<script src="js/game.js" type="text/javascript"></script>
</body>
</html>