summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html16
1 files changed, 10 insertions, 6 deletions
diff --git a/index.html b/index.html
index 52c6ca8..76284f2 100644
--- a/index.html
+++ b/index.html
@@ -11,12 +11,16 @@
<x-fretboard strings='6' frets='7'>
<template class='string'>
<x-string tonic='' frets='' slot='string'>
- <li><input type='checkbox' name='muted'></li>
- <li class='fret open'><slot name='open'></slot></li>
- <template>
- <li class='fret'><slot name='fret'></slot></li>
- </template>
- <li class='selected'><slot name='selected'>selected</slot></li>
+ <form>
+ <input type='checkbox' name='muted'>
+ <li class='fret open'><slot name='open'></slot></li>
+ <template>
+ <li class='fret'>
+ <input slot='fret' type='radio' name='' value=''>
+ </li>
+ </template>
+ <p class='selected'><slot name='selected'>selected</slot></p>
+ </form>
</x-string>
</template>