summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 5ed01cc..44b0f8b 100644
--- a/index.html
+++ b/index.html
@@ -100,9 +100,6 @@
<legend>key</legend>
<label for='tonic'>tonic:</label>
<select id='tonic' name='tonic'>
- <option value='A'>A</option>
- <option value='A♯'>A♯</option>
- <option value='B'>B</option>
<option value='C' selected>C</option>
<option value='C♯'>C♯</option>
<option value='D'>D</option>
@@ -112,6 +109,9 @@
<option value='F♯'>F♯</option>
<option value='G'>G</option>
<option value='G♯'>G♯</option>
+ <option value='A'>A</option>
+ <option value='A♯'>A♯</option>
+ <option value='B'>B</option>
</select>
<label for='scale'>scale:</label>
<select id='scale' name='scale'>