forked from Yoric/piranhas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (33 loc) · 844 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
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<title>Piranhas</title>
<meta charset="utf-8" />
<script type="text/javascript" src="js/main.js"
defer="defer"> </script>
<link rel="stylesheet" href="css/style.css" />
<meta name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=no">
</head>
<body style="overflow:hidden">
<div id="main" style="position:absolute;width:100%;height:100%">
<div>Caramba!</div>
<div>Hay Piranhas!</div>
</div>
<div class="result hidden" id="result_pane">
<div id="result">
</div>
<div>
(press anywhere to continue)
</div>
</div>
<div id="me" class="sprite sombrero">
</div>
<div id="score" class="score">
<!--
Removed music until we find good music to play.
<audio src="audio/music.ogg" autoplay="autoplay" controls="" loop="" style="display: none;"></audio>
-->
</div>
</body>
</html>