diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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> |