1
0

Removed excessive div.

This commit is contained in:
Alexander Andreev 2023-08-22 04:18:05 +04:00
parent 3120855858
commit 82e2720156
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -41,7 +41,7 @@ html(lang='en')
div
button(name='play')
small.elapsed 0h 0m 0s
div #[input(type="range" name="volume" min="0" max="100" orient="vertical")]
input(type="range" name="volume" min="0" max="100" orient="vertical")
audio(preload='none' controls='' playsinline='')
source(src='/live/stream.ogg' type='audio/ogg')
| Your browser doesn't support an audio element, it's sad... But you always can take the #[a(href='/playlist') playlist]!