summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorBrian Cully <bjc@spork.org>2025-03-09 14:37:52 -0400
committerBrian Cully <bjc@spork.org>2025-03-09 14:52:08 -0400
commitb79204793259e09ed107379baca9f84a7d0fbaf7 (patch)
tree3a5c4d6e24274a4860b34ee61bbc334a7032d308 /index.html
parentd69720d09760d153bb2059e57da3a4ed6c59e142 (diff)
downloadchords-b79204793259e09ed107379baca9f84a7d0fbaf7.tar.gz
chords-b79204793259e09ed107379baca9f84a7d0fbaf7.zip
modify note list when changing keys
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/index.html b/index.html
index bb5fb32..aa2c60a 100644
--- a/index.html
+++ b/index.html
@@ -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>