Removed excessive div.
This commit is contained in:
parent
3120855858
commit
82e2720156
@ -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]!
|
||||
|
Loading…
Reference in New Issue
Block a user