summaryrefslogtreecommitdiff
path: root/web/index.html
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2017-11-10 22:54:11 +0200
committerJustin Worthe <justin@worthe-it.co.za>2017-11-10 22:54:11 +0200
commit4ecaa3772604a579b509436179f2e99674d01a8f (patch)
treeb1dc6c134780dcdee007e9ad9b5bfcb6cd73dc3d /web/index.html
parentb3f8d2eb9866dc8b4e56e3593b64dae2b313957f (diff)
Added polyfill for web audio api
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/web/index.html b/web/index.html
index f705aaa..7e2b59a 100644
--- a/web/index.html
+++ b/web/index.html
@@ -1,8 +1,6 @@
<html>
- <head>
- <script src="main.js"></script>
- <script src="rusty_microphone.js"></script>
- <link rel="stylesheet" href="style.css">
+ <head>
+ <link rel="stylesheet" href="style.css">
</head>
<body>
<p>
@@ -31,5 +29,9 @@
<p>The current framerate is <span id="frame-rate">_</span>FPS</p>
</div>
+
+ <script src="adapter.js"></script>
+ <script src="main.js"></script>
+ <script src="rusty_microphone.js"></script>
</body>
</html>