-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (27 loc) · 931 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>knix demo</title>
<script src="js/lib/bower.js"></script>
<link rel="stylesheet" href="bower_components/octicons/octicons/octicons.css">
<link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="style/dark.css" id="style-link">
</head>
<body>
<div id="stage">
<div id="stage_content"></div>
</div>
<script src="js/tools.js"></script>
<script src="js/knix.js"></script>
<script src="js/widget.js"></script>
<script src="js/window.js"></script>
<script src="js/widgets.js"></script>
<script src="js/windows.js"></script>
<script src="js/tracker.js"></script>
<script src="js/timeline.js"></script>
<script src="js/audio.js"></script>
<script src="js/synth.js"></script>
<script src="js/main.js"></script>
</body>
</html>