-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (59 loc) · 3.22 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Bithoven</title>
<!-- <link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@600&display=swap" rel="stylesheet"> -->
<link rel="preload" href="./css/bootstrap.min.css" as="style" onload="this.rel='stylesheet'">
<link rel="stylesheet" type="text/css" href='./css/Interface.css'>
</link>
<link rel="stylesheet" type="text/css" href='./css/Inputs.css'>
</link>
<link rel="stylesheet" type="text/css" href='./css/Settings.css'>
</link>
<!-- lib -->
<link rel="stylesheet" href="./css/nano.min.css" />
<!-- "https://cdn.jsdelivr.net/npm/@simonwep/pickr/dist/themes/nano.min.css"/> -->
<link rel="stylesheet" type="text/css" href='./css/bootstrap.min.css'>
</link>
<link rel="stylesheet" href="./css/bootstrap-theme.min.css" />
<!--"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">-->
<!-- <script src="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js"></script> -->
<script src="lib/Pickr/pickr.es5.min.js"></script>
<script src="lib/Base64.js" type="text/javascript"></script>
<script src="lib/Base64binary.js" type="text/javascript"></script>
<!-- <script type="module" src="js/ui/Loader.js"></script>
<script type="module" src="js/settings/SettingUI.js"></script>
<script type="module" src="js/settings/Settings.js"></script>
<script type="module" src="js/Util.js"></script>
<script type="module" src="js/MidiLoader.js"></script>
<script type="module" src="js/SoundfontLoader.js"></script>
<script type="module" src="js/DomHelper.js"></script>
<script type="module" src="js/Song.js"></script>
<script type="module" src="js/CONST.js"></script>
<script type="module" src="js/ui/UI.js"></script>
<script type="module" src="js/MidiInputHandler.js"></script>
<script type="module" src="js/audio/AudioPlayer.js"></script>
<script type="module" src="js/Player.js"></script>
<script type="module" src="js/Rendering/RenderUtil.js"></script>
<script type="module" src="js/Rendering/OverlayRender.js"></script>
<script type="module" src="js/Rendering/DebugRender.js"></script>
<script type="module" src="js/Rendering/SustainRenderer.js"></script>
<script type="module" src="js/Rendering/MeasureLinesRender.js"></script>
<script type="module" src="js/Rendering/RenderDimensions.js"></script>
<script type="module" src="js/Rendering/BackgroundRender.js"></script>
<script type="module" src="js/Rendering/Render.js"></script>
<script type="module" src="js/Rendering/PianoRender.js"></script>
<script type="module" src="js/InputListeners.js"></script> -->
<!--
<script type="module" src="js/main.js" type="text/javascript"></script>
-->
<script type="module" src="dist/bundle.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/FileSaver.js/2.0.2/FileSaver.min.js"></script>
<!-- <script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs@latest"> </script> -->
<style data="dynSliderStyle" type="text/css"></style>
<script data-goatcounter="https://midiano.com/count" async src="//gc.zgo.at/count.js"></script>
</head>
<body>
</body>
</html>