summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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>