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