summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorBrian Cully <bjc@spork.org>2025-05-12 23:06:19 -0400
committerBrian Cully <bjc@spork.org>2025-05-12 23:24:55 -0400
commit18b63657328a619a638688e5a85c9c1da2b196c1 (patch)
treedf592f175e7c6dc81776c69ddcc996a42485e05b /index.html
parent314a84382ecb31a2f1faa879855ce20b9f442036 (diff)
downloadchords-18b63657328a619a638688e5a85c9c1da2b196c1.tar.gz
chords-18b63657328a619a638688e5a85c9c1da2b196c1.zip
radio radio!
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 76284f2..9300ab9 100644
--- a/index.html
+++ b/index.html
@@ -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>