diff options
| author | Brian Cully <bjc@spork.org> | 2025-05-12 11:15:42 -0400 |
|---|---|---|
| committer | Brian Cully <bjc@spork.org> | 2025-05-12 11:22:00 -0400 |
| commit | baacc2cb11f7a87c326f0df21d606da459d02483 (patch) | |
| tree | dfa2104cfc243fe7c9372faa10bb574c65ba1cad /index.html | |
| parent | 9353c94aedf64384afdcef3bc9cffbcc6e348d73 (diff) | |
| download | chords-baacc2cb11f7a87c326f0df21d606da459d02483.tar.gz chords-baacc2cb11f7a87c326f0df21d606da459d02483.zip | |
embed history list, use custom elements for css
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 21 |
1 files changed, 11 insertions, 10 deletions
@@ -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> |
