-
Notifications
You must be signed in to change notification settings - Fork 30
/
index.html
33 lines (25 loc) · 1.24 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
<!DOCTYPE html5>
<html>
<head>
<meta charset="utf-8">
<title>bubbles games by franz enzenhofer</title>
<link rel="stylesheet" href="css/main.min.css">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34880400-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<center><div id="gamearea">
</div></center>
<script src="./bubbles-app.min.js"></script>
<div id="intro"><center><kbd class="arrow">◀</kbd> <kbd class="arrow">▲</kbd> <kbd class="arrow">▼</kbd > <kbd class="arrow" >▶</kbd> and <kbd> Space </kbd></center></div><script>window.setTimeout(function(){document.getElementById('intro').style.display='none'}, 2500)</script>
<a href="https://github.com/franzenzenhofer/bubbles"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
</body>
</html>