-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
24 lines (23 loc) · 970 Bytes
/
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
<!doctype html>
<!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
<head>
<title>The Bank Job. Get the money and run.</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link href="css/styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- <div id="thebankjob" ></div> -->
<script src="js/phaser.min.js"></script>
<script src="js/lodash.min.js"></script>
<!-- build:js js/game.min.js -->
<script src="js/game.js"></script>
<!-- /build -->
</body>
</html>