diff options
author | Brian Cully <bjc@spork.org> | 2025-03-09 14:37:52 -0400 |
---|---|---|
committer | Brian Cully <bjc@spork.org> | 2025-03-09 14:52:08 -0400 |
commit | b79204793259e09ed107379baca9f84a7d0fbaf7 (patch) | |
tree | 3a5c4d6e24274a4860b34ee61bbc334a7032d308 /index.html | |
parent | d69720d09760d153bb2059e57da3a4ed6c59e142 (diff) | |
download | chords-b79204793259e09ed107379baca9f84a7d0fbaf7.tar.gz chords-b79204793259e09ed107379baca9f84a7d0fbaf7.zip |
modify note list when changing keys
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -113,6 +113,18 @@ <option value='major' selected>major</option> <option value='minor'>minor</option> </select> + + <hr> + + <ol class='notes'> + <li class='first'>C</li> + <li class='second'>D</li> + <li class='third'>E</li> + <li class='fourth'>F</li> + <li class='fifth'>G</li> + <li class='sixth'>A</li> + <li class='seventh'>B</li> + </ol> </fieldset> </form> |