-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (23 loc) · 1.26 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
29
30
31
<!DOCTYPE html>
<html>
<head>
<title>index</title>
<link type="text/css" rel="stylesheet" href="styles/index.css">
<script type="application/dart" src="index.dart"></script>
<script src="http://dart.googlecode.com/svn/branches/bleeding_edge/dart/client/dart.js"></script>
</head>
<body style="background:#000000;">
<div style="width:1480px;">
<div style="margin:auto;">
<img src="images/dj_station.jpg">
<div id="left_base" style="position: absolute; top:420px; left:80px; width: 280px; height:280px; background-color: red; cursor: pointer;"></div>
<div id="right_base" style="position: absolute; top:420px; left:920px; width: 280px; height:280px; background-color: red; cursor: pointer;"></div>
<div id="left_toggle" style="position: absolute; top:560px; left:400px; width: 80px; height:60px; background-color: blue; cursor: pointer;"></div>
<div id="right_toggle" style="position: absolute; top:560px; left:1250px; width: 80px; height:60px; background-color: blue; cursor: pointer;"></div>
<input id="volumeSlider" type="range" max="100" value="0" />
</div>
<div id="sound_list" style="background-color:#000000;">
</div>
</div>
</body>
</html>