This repository was archived by the owner on Jun 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (37 loc) · 1.46 KB
/
index.html
File metadata and controls
53 lines (37 loc) · 1.46 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Scooter | 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" />
<meta property="og:image" content="http://goote.ch/exports/1e1fb5fdac004887880977a4e0a3a69f/template.zip/res/b4ff08daf6cbc3fff1d794007e4c8536fb94b95c.png">
<meta property="og:description" content="A crazy little Scooter game">
<meta property="og:url" content="http://goote.ch/exports/1e1fb5fdac004887880977a4e0a3a69f/template.zip"/>
<meta property="og:title" content="Scooter"/>
<meta property="og:updated_time" content="2014-03-04T15:31:50.454891+00:00"/>
<meta property="og:site_name" content="Goo Create"/>
<meta property="og:type" content="website"/>
<link rel="stylesheet" type="text/css" href="style/style.css">
<!-- REVIEW: Load the first project in the bundle instead, see loadScene.js -->
<script>
var PROJECT_ID = "9ff4483f41164f0689d6ee9da749a148.project";
</script>
<script src="lib/ammo.small.js"></script>
<script src="lib/Tween.js"></script>
<script src="lib/requireLib.js"></script>
<script src="lib/goo.js"></script>
<script src="js/loadScene.js"></script>
</head>
<body>
<div id="loadingOverlay">
<div id="loadingMessage">
<h2>Loading project</h2>
<div id="progressBar">
<div id="progress"></div>
</div>
</div>
</div>
</body>
</html>