summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorBrian Cully <bjc@spork.org>2025-07-28 15:24:01 -0400
committerBrian Cully <bjc@spork.org>2025-07-28 15:24:01 -0400
commitd9be9dc9a0b72b08d5bfaf3803bb4c2ba1fb84d1 (patch)
tree71f73442a325623bc5556681a86d1287e4270245 /index.html
parent7ca6bcfb6cab46103f2f6d8e714c3e06b8157033 (diff)
downloadchords-d9be9dc9a0b72b08d5bfaf3803bb4c2ba1fb84d1.tar.gz
chords-d9be9dc9a0b72b08d5bfaf3803bb4c2ba1fb84d1.zip
wip: get tones playing again
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 6595fb9..83ed31a 100644
--- a/index.html
+++ b/index.html
@@ -25,7 +25,7 @@
</template>
<x-player>
- <input type='range' min='0' max='1' value='0.1' step='0.1'>
+ <input class='volume' type='range' min='0' max='1' value='0.1' step='0.1'>
<button class='play'>play ▶️</button>
</x-player>
<button class='save'>+</button>