summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/index.html b/index.html
index 99258e2..34d5388 100644
--- a/index.html
+++ b/index.html
@@ -95,6 +95,24 @@
</table>
</form>
+ <form id='key-picker'>
+ <label for='root'>root note:</label>
+ <select id='root' name='root'>
+ <option value='A'>A</option>
+ <option value='B'>B</option>
+ <option value='C' selected>C</option>
+ <option value='D'>D</option>
+ <option value='E'>E</option>
+ <option value='F'>F</option>
+ <option value='G'>G</option>
+ </select>
+ <label for='foo'></label>
+ <select id='foo' name='foo'>
+ <option value='major' selected>major</option>
+ <option value='minor'>minor</option>
+ </select>
+ </form>
+
<script type='module' src='main.mjs'></script>
</body>
</html>