static: remove invisible labels
This commit is contained in:
parent
f8ab9ae20b
commit
5f78ea39c8
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue