diff options
| author | Brian Cully <bjc@spork.org> | 2025-05-12 23:06:19 -0400 |
|---|---|---|
| committer | Brian Cully <bjc@spork.org> | 2025-05-12 23:24:55 -0400 |
| commit | 18b63657328a619a638688e5a85c9c1da2b196c1 (patch) | |
| tree | df592f175e7c6dc81776c69ddcc996a42485e05b /index.html | |
| parent | 314a84382ecb31a2f1faa879855ce20b9f442036 (diff) | |
| download | chords-18b63657328a619a638688e5a85c9c1da2b196c1.tar.gz chords-18b63657328a619a638688e5a85c9c1da2b196c1.zip | |
radio radio!
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ <body> <x-fretboard strings='6' frets='7'> <template class='string'> - <x-string tonic='' frets='' slot='string'> + <x-string tonic='' frets='' slot='string' value=''> <form> <input type='checkbox' name='muted'> <li class='fret open'><slot name='open'></slot></li> @@ -19,7 +19,7 @@ <input slot='fret' type='radio' name='' value=''> </li> </template> - <p class='selected'><slot name='selected'>selected</slot></p> + <p class='selected'><slot name='selected'></slot></p> </form> </x-string> </template> |
