-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (31 loc) · 1.1 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Zombie Taxi | Goo Create</title>
<!-- disable native mobile pinch-to-zoom, replacing with the Goo Engine zoom -->
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width, maximum-scale=1" />
<meta property="og:description" content="Save the world, dear crazy taxi driver!">
<meta property="og:title" content="Zombie Taxi"/>
<meta property="og:updated_time" content="2013-12-22T21:02:30.804892"/>
<meta property="og:site_name" content="Goo Create"/>
<meta property="og:type" content="website"/>
<link rel="stylesheet" type="text/css" href="style/style.css">
<script src="lib/hammer.min.js"></script>
<script src="lib/howler.min.js"></script>
<script src="lib/Tween.js"></script>
<script src="lib/goo-require.js"></script>
<script src="js/app/GameStarter.js"></script>
</head>
<body>
<div id="loadingOverlay">
<div id="loadingMessage">
<h2>Zombies are rising</h2>
<div id="progressBar">
<div id="progress"></div>
</div>
</div>
</div>
</body>
</html>