-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (24 loc) · 1.12 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<link rel="stylesheet" href="stylesheets/screen.css" type="text/css"/>
<link rel="stylesheet" href="stylesheets/ie.css" type="text/css"/>
<link rel="stylesheet" href="stylesheets/print.css" type="text/css"/>
<link rel="stylesheet" href="stylesheets/slots.css" type="text/css"/>
<link href='http://fonts.googleapis.com/css?family=Monoton' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="results"><div class="dots"><p>Spin it to win it!</p></div></div>
<div id="slots">
<div class="slot" id="slot-0"></div>
<div class="slot" id="slot-1"></div>
<div class="slot" id="slot-2"></div>
</div>
<div id="info">
<div id="button"><p>Spin!</p></div>
</div>
</body>
<script src="js/jquery.js" type="text/javascript"></script>
<script src="js/slotMachine.js" type="text/javascript"></script>
<script src="js/spinit_to_win_it.js" type="text/javascript"></script>
</html>