-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.min.html
28 lines (25 loc) · 885 Bytes
/
index.min.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" content="content">
<meta http-equiv="X-UA-Compatible" content="chrome=1, IE=9">
<meta name="format-detection" content="telephone=no">
<meta name="HandheldFriendly" content="true" />
<meta name="robots" content="noindex,nofollow" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="apple-mobile-web-app-title" content="Phaser App">
<meta name="viewport" content="initial-scale=1 maximum-scale=1 user-scalable=0 minimal-ui" />
<title>Vertical Runner</title>
<style media="screen">
body {
margin: 0;
background: #000;
}
</style>
<script src="build/concat.js" charset="utf-8"></script>
</head>
<body>
<div id="gameDiv"></div>
</body>
</html>