summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
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>