-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
34 lines (30 loc) · 1.2 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
<!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>LD29</title>
<link href="css/styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<script>
// redirect to dist on github-pages
var distPath = "/LD29/dist/";
if(window.location.pathname != distPath && window.location.host == "superdamage.com"){
window.location.pathname = distPath;
}
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-50412908-1', 'superdamage.com');
ga('send', 'pageview');
</script>
<div id="ld29"></div>
<script src="js/phaser.js"></script>
<script src="js/game.js"></script>
</body>
</html>