summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorBrian Cully <bjc@spork.org>2025-05-12 13:21:12 -0400
committerBrian Cully <bjc@spork.org>2025-05-12 13:21:12 -0400
commitd1c8f67d699fcd5e4ce262688b89503d3ddc0f88 (patch)
tree2dbeb89dd88cfb6195ec587aa762925bc3d8fa8b /index.html
parent6c8074201d89a480f9b021f61cc6ff2eae7bb283 (diff)
downloadchords-d1c8f67d699fcd5e4ce262688b89503d3ddc0f88.tar.gz
chords-d1c8f67d699fcd5e4ce262688b89503d3ddc0f88.zip
append history when ‘+’ button clicked
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/index.html b/index.html
index 623c5cf..72fd0f5 100644
--- a/index.html
+++ b/index.html
@@ -157,8 +157,9 @@
<fieldset>
<legend>history</legend>
<ol>
- <li>GCEGCE</li>
- <li>EBEGBE</li>
+ <template>
+ <li><slot name='fretboard'>dummy</slot></li>
+ </template>
</ol>
</fieldset>
</form>