summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2017-04-22 00:43:57 -0400
committerJules Laplace <jules@okfoc.us>2017-04-22 00:43:57 -0400
commita6581c55ba134b3c9547968315c8915ae52fe016 (patch)
tree2accb1cd88357446e06fbc77634a4bc7b43c3e72 /index.html
microtonal sampler
Diffstat (limited to 'index.html')
-rw-r--r--index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..ea16dc1
--- /dev/null
+++ b/index.html
@@ -0,0 +1,17 @@
+<html>
+<head>
+<title>harp 2</title>
+<style>
+body {
+ font-family: 'courier', monospace;
+ text-shadow: 0 0 2px #fff;
+ transition: background-color 100ms;
+}
+.selected { font-weight: bold }
+</style>
+</head>
+<body>
+<div id='scale_list'></div>
+</body>
+<script src='bundle.js'></script>
+</html>