summaryrefslogtreecommitdiff
path: root/web/index.html
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2017-09-24 23:03:39 +0200
committerJustin Worthe <justin@worthe-it.co.za>2017-09-24 23:03:39 +0200
commitf3a4cc60d71a0083586b5498fd2498801a634d04 (patch)
treeafe607b84ce474dc75952b70c4a64e686039dc9b /web/index.html
parent3f5fb1cc3de97244548538ec81dda3963f1b25c6 (diff)
Emscripten endpoint for finding fundamental frequency
IT'S ALIVE!
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html
new file mode 100644
index 0000000..f70f24b
--- /dev/null
+++ b/web/index.html
@@ -0,0 +1,7 @@
+<html>
+ <head>
+ <script src="main.js"></script>
+ <script src="rusty_microphone.js"></script>
+ </head>
+ <body></body>
+</html>