diff --git a/web/templates/index.pug b/web/templates/index.pug index 762c9b0..7108886 100644 --- a/web/templates/index.pug +++ b/web/templates/index.pug @@ -39,7 +39,7 @@ html(lang='en') div#radio div.player button#play - small#cur-time + small#cur-time 0h 0m 0s div #[button#vol-down 🔈] #[input#volume(type="range", name="volume" min="0" max="100")] #[button#vol-up 🔊] audio(preload='none' controls='' playsinline='') source(src='/live/stream.ogg' type='audio/ogg')