summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorBrian Cully <bjc@spork.org>2025-07-28 13:14:14 -0400
committerBrian Cully <bjc@spork.org>2025-07-28 13:14:14 -0400
commite714767b8e7793c9130a77833a29716b1f2d0da5 (patch)
treeea06a43a8d71df02213401d56d88c1f650350962 /index.html
parent683efcb1475a567e44352d115d915d6d26fd45fd (diff)
downloadchords-e714767b8e7793c9130a77833a29716b1f2d0da5.tar.gz
chords-e714767b8e7793c9130a77833a29716b1f2d0da5.zip
fix mute selection/deselection
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 093606f..6595fb9 100644
--- a/index.html
+++ b/index.html
@@ -25,6 +25,7 @@
</template>
<x-player>
+ <input type='range' min='0' max='1' value='0.1' step='0.1'>
<button class='play'>play ▶️</button>
</x-player>
<button class='save'>+</button>