diff --git a/web/templates/index.pug b/web/templates/index.pug index f90ff83..41845da 100644 --- a/web/templates/index.pug +++ b/web/templates/index.pug @@ -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]!