-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 717 Bytes
/
index.html
File metadata and controls
24 lines (24 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<head>
<title>Audio</title>
<link rel="stylesheet" href="css/main.css">
<script src="js/jquery-2.0.3.min.js" type="text/javascript"></script>
<script src="js/main.js" type="text/javascript"></script>
</head>
<body>
<h1>Audio Flappy Bird</h1>
<p>The louder you speak/sing/yell,</p>
<p>the more Flappy flies high</p>
<p>Click on "Get Ready" and enable microphone access</p>
<div class="container">
<div class="start"></div>
<div class="gameover"></div>
<div class="bird"></div>
<div class="pipe top"></div>
<div class="pipe bottom"></div>
</div>
<div class="floor">
<div class="score">0</div>
</div>
</body>
</html>