summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index 1c0afff..bb5fb32 100644
--- a/index.html
+++ b/index.html
@@ -98,8 +98,8 @@
<form id='key-picker'>
<fieldset>
<legend>key</legend>
- <label for='root'>root note:</label>
- <select id='root' name='root'>
+ <label for='tonic'>tonic:</label>
+ <select id='tonic' name='tonic'>
<option value='A'>A</option>
<option value='B'>B</option>
<option value='C' selected>C</option>
@@ -108,8 +108,8 @@
<option value='F'>F</option>
<option value='G'>G</option>
</select>
- <label for='foo'></label>
- <select id='foo' name='foo'>
+ <label for='diatonic'>diatonic:</label>
+ <select id='diatonic' name='diatonic'>
<option value='major' selected>major</option>
<option value='minor'>minor</option>
</select>