-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
57 lines (45 loc) · 1.52 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="$views/css/buttons.css">
<link rel="stylesheet" href="$views/css/image.css">
<link rel="stylesheet" href="$views/css/list.css">
<link rel="stylesheet" href="$views/css/popup.css">
<link rel="stylesheet" href="$views/css/scrollbar.css">
<link rel="stylesheet" href="$views/css/tabbar.css">
<link rel="stylesheet" href="$views/css/throbber.css">
<!-- build:css css/vendor.css -->
<!-- bower:css -->
<link rel="stylesheet" href="bower_components/normalize-css/normalize.css">
<!-- endbower -->
<!-- endbuild -->
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!-- Containers of the components -->
<div id="header"></div>
<div id="view_container">
<div id="feedback"></div>
<!-- the wrapper is used to center the equalizer horizontally -->
<div id="eqbar"></div>
<div id="tracklist"></div>
<div id="artistmenu"></div>
<div class="loading-wrapper">
<div id="settings"></div>
<div id="graph"></div>
<!-- wrapper is used to center horizontally -->
<div id="tagsmenu_wrapper">
<div id="tagsmenu"></div>
</div>
</div>
</div>
<!-- build:js js/vendor.js -->
<!-- bower:js -->
<script src="bower_components/underscore/underscore.js"></script>
<script src="bower_components/jquery/dist/jquery.js"></script>
<script src="bower_components/vis/dist/vis.js"></script>
<!-- endbower -->
<!-- endbuild -->
<script src="js/main.js"></script>
</body>
</html>