summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorBrian Cully <bjc@spork.org>2025-07-26 14:55:53 -0400
committerBrian Cully <bjc@spork.org>2025-07-26 14:55:53 -0400
commit2a9b6ef0be04b5b5cacc47922e19c05d190d6ade (patch)
treee07e9648891b065cb8c12cea563386a9b92264c7 /index.html
parent18b63657328a619a638688e5a85c9c1da2b196c1 (diff)
downloadchords-2a9b6ef0be04b5b5cacc47922e19c05d190d6ade.tar.gz
chords-2a9b6ef0be04b5b5cacc47922e19c05d190d6ade.zip
first stab at fretboard player.
need to handle actual chord positions so everything isn't in 4, but otherwise works?
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.html b/index.html
index 9300ab9..9488e0c 100644
--- a/index.html
+++ b/index.html
@@ -24,6 +24,9 @@
</x-string>
</template>
+ <x-player>
+ <button class='play'>play ▶️</button>
+ </x-player>
<button class='save'>+</button>
</x-fretboard>