static: remove invisible labels

This commit is contained in:
coon 2023-12-02 20:37:19 +01:00
parent f8ab9ae20b
commit 5f78ea39c8

View file

@ -23,7 +23,6 @@
<button>⏭️</button>
</div>
<div>
<label for="progress"></label>
<input type="range" id="progress" name="progress" min="0" max="100" value="0">
</div>
</div>
@ -51,7 +50,6 @@
</div>
</div>
<div id="volume-control">
<label for="volume"></label>
<input id="volume" name="volume" type="range" min="1" max="100" value="50">
</div>
</div>