summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorBrian Cully <bjc@spork.org>2025-05-12 11:15:42 -0400
committerBrian Cully <bjc@spork.org>2025-05-12 11:22:00 -0400
commitbaacc2cb11f7a87c326f0df21d606da459d02483 (patch)
treedfa2104cfc243fe7c9372faa10bb574c65ba1cad /index.html
parent9353c94aedf64384afdcef3bc9cffbcc6e348d73 (diff)
downloadchords-baacc2cb11f7a87c326f0df21d606da459d02483.tar.gz
chords-baacc2cb11f7a87c326f0df21d606da459d02483.zip
embed history list, use custom elements for css
Diffstat (limited to 'index.html')
-rw-r--r--index.html21
1 files changed, 11 insertions, 10 deletions
diff --git a/index.html b/index.html
index edf0061..623c5cf 100644
--- a/index.html
+++ b/index.html
@@ -152,16 +152,17 @@
</form>
</x-key-picker>
- <x-chords-history></x-chords-history>
- <form id='history'>
- <fieldset>
- <legend>history</legend>
- <ol>
- <li>GCEGCE</li>
- <li>EBEGBE</li>
- </ol>
- </fieldset>
- </form>
+ <x-chords-history>
+ <form id='history'>
+ <fieldset>
+ <legend>history</legend>
+ <ol>
+ <li>GCEGCE</li>
+ <li>EBEGBE</li>
+ </ol>
+ </fieldset>
+ </form>
+ </x-chords-history>
<hr>