1
0
Fork 0
thebunniesinc/index.html

69 lines
2.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>The Bunnies, Inc. </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" />
<link rel="icon" type="image/png" href="assets/icon.png" />
<link rel="stylesheet" type="text/css" href="main.css" />
<meta name="author" content="ambc">
</head>
<body>
<div id="tgp">Pause</div>
<div id="bar"><div id="sec"></div><div id="kills"></div></div>
<div id="dirh"><div id="dir">&nbsp;</div></div>
<div id="tgpm"><h1>Paused</h1><div id="cont" class="btn">&#9654; Continue playing</div></div>
<div id="menu">
<h1>The Bunnies, Inc. <sup>ALPHA</sup></h1>
<div id="play" class="btn" onClick="getready();">Play</div>
<div id="high" class="btn" onClick="alert('The bunnies have not made this work yet! ');">Highscores</div>
<!-- <div id="about" class="btn" onClick="alert('The bunnies have not made this work yet! ');">About</div> -->
<a class="btn" href="http://ambrosechua.github.com/thebunniesinc">About</a>
</div>
<canvas id="you"><h1>Aww, snap! </h1><p>Please use a updated browser to play. </p></canvas>
<div id="map_canvas"></div>
<div id="dpf">&#9650;</div>
<div id="dpb">&#9660;</div>
<div id="dpl">&#9664;</div>
<div id="dpr">&#9654;</div>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBTw2l8fjcXamgL0HasFr0CLPe54qFl_AA&sensor=true">
</script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js">
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-38941535-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>
<script type="text/javascript">
pos = new google.maps.LatLng(1.312548, 103.825548);
var mapOptions = {
center: pos,
zoom: 18,
disableDefaultUI: true,
draggable: false,
scrollwheel: false,
disableDoubleClickZoom: true,
mapTypeId: google.maps.MapTypeId.SATELLITE
};
var map = new google.maps.Map(document.getElementById("map_canvas"), mapOptions);
</script>
<script type="text/javascript" src="main.js"></script>
</body>
</html>