aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/index.html b/index.html
index cee4636..eb06fae 100644
--- a/index.html
+++ b/index.html
@@ -7,6 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Retrowave Player</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/howler/2.2.3/howler.min.js"></script>
+ <script src="https://unpkg.com/hydra-synth"></script>
<link rel="stylesheet" href="hg.css">
<link rel="icon" href="/favicon.ico">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
@@ -48,9 +49,9 @@
</div>
<div id="codef-canvas"></div>
<input id="file-upload" type="file" accept="application/json" />
- <script src="libs/codef_core.js"></script>
+ <!-- <script src="libs/codef_core.js"></script>
<script src="libs/codef_starfield.js"></script>
- <script src="libs/codef_3d.js"></script>
+ <script src="libs/codef_3d.js"></script> -->
<script src="player.js"></script>
</body>