This repository was archived by the owner on May 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·62 lines (42 loc) · 2.36 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Wingspan</title>
<meta name="copyright" content="2015 Václav Vančura" />
<meta name="HandheldFriendly" content="true" />
<meta name="MobileOptimized" content="320" />
<meta name="format-detection" content="telephone=no" />
<meta name="format-detection" content="address=no" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<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="Wingspan">
<link rel="apple-touch-icon" href="/assets/icons/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="57x57" href="assets/icons/app_icon_57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/icons/app_icon_60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/icons/app_icon_72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/icons/app_icon_76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/icons/app_icon_114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/icons/app_icon_120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/icons/app_icon_144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/icons/app_icon_152x152.png">
<link rel="apple-touch-icon" sizes="256x256" href="assets/icons/app_icon_256x256.png">
<link rel="apple-touch-icon" sizes="512x512" href="assets/icons/app_icon_512x512.png">
<link rel="apple-touch-icon" sizes="1024x1024" href="assets/icons/app_icon_1024x1024.png">
<link rel="stylesheet" href="dist/css/main.min.css" type="text/css" charset="utf-8" />
</head>
<body>
<div id="app"></div>
<script src="components/phaser/build/phaser.min.js"></script>
<script src="src/js-vendor/box2d-plugin-full-scrambled.js"></script>
<script src="src/js-vendor/particle-storm-scrambled.js"></script>
<script src="node_modules/phaser-debug/dist/phaser-debug.js"></script>
<script src="dist/js/main.js"></script>
<!--
<script src="dist/js/main.min.js"></script>
-->
</body>
</html>