diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |
