-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 1015 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>TempoWiki</title>
<link rel="stylesheet" href="$import/css/eve.css">
<link rel="stylesheet" href="$views/css/list.css">
<link rel="stylesheet" href="$views/css/tabbar.css">
<link rel="stylesheet" href="css/tempowiki.css">
<script src="js/ajax.js"></script>
<script src="js/auth.js"></script>
<script src="js/tempowiki.js"></script>
<script src="js/tw.js"></script>
<script src="js/properties/tempo.js"></script>
<script src="js/properties/genres.js"></script>
<script src="js/properties/dancegenres.js"></script>
<script src="js/properties/musicgenres.js"></script>
<script src="js/properties/properties.js"></script>
<script src="js/views/player.js"></script>
<script src="js/views/editor.js"></script>
<script src="js/views/playlist.js"></script>
<script src="js/views/profiler.js"></script>
</head>
<body>
<header id="header" class="sp-header">TempoWiki</header>
<div id="wrapper">
</div>
</body>
</html>