-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (24 loc) · 1.25 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
<!DOCTYPE html>
<html>
<head>
<title>Beets of Burden</title>
<link rel="stylesheet" type="text/css" href="styles.css" />
<script src="lib/jquery.js"></script>
<script src="src/dancer.js"></script>
<script src="src/blinkyDancer.js"></script>
<link href='http://fonts.googleapis.com/css?family=Nunito' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="topbar">
<span class="title">Beets of Burden</span>
<a href="#" class="addBlinkyDancerButton button" data-dancer-maker-function-name="Dancer">Burger of the Minute</a>
<a href="#" class="addDancerButton button" data-dancer-maker-function-name="Dancer">Burger of the Day</a>
<a href="#" class="addTinaDancerButton button" data-dancer-maker-function-name="Dancer">Uuuuuhhhhh...</a>
<a href="#" class="addGeneDancerButton button" data-dancer-maker-function-name="Dancer">My belly itches</a>
<a href="#" class="lineupButton button">Line 'em up</a>
<a href="#" class="acid button">Buy the ticket, take the ride.</a>
<a href="#" class="addBobDancerButton button" data-dancer-maker-function-name="BobDancer">Party's over!</a> </div>
<script src="src/init.js"></script>
<audio src="burgers.mp3" autoplay loop></audio>
</body>
</html>