-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 967 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi" />
<title>Junior Juke</title>
<script type="text/javascript" src="jsmediatags.min.js"></script>
<script type="text/javascript" src="globals.js"></script>
<script type="text/javascript" src="colors.js"></script>
<script type="text/javascript" src="song.js"></script>
<script type="text/javascript" src="juke.js"></script>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>thu
<body>
<div id="manage">
<h1>Junior Juke</h1>
<p><input
type="file"
id="addFiles"
multiple
accesskey="l"
/></p>
<div id="startPlayer" class="startButton">Start Player!</div>
<div id="fileList" class="fileList"></div>
</div>
<div>
<p>Click on a track to choose the next song</p>
</div>
<div id="buttons" class="mainCanvas">
</div>
</body>
</html>