diff options
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html index 20d5f41..10eb9b4 100644 --- a/static/index.html +++ b/static/index.html @@ -27,6 +27,7 @@ <button onclick="ToggleInfo()" class="controlBtn"> <h1 onclick="Pause" class="controlElem" id="ToggleBtn"> Hide info </h1> </button> + <input type="range" id="volumeRange" oninput="SetVolume()"/> </div> <audio id="mainAudio"> <source type="audio/mpeg" /> |
