Changed naming of tags.
This commit is contained in:
parent
c0018f3d50
commit
347fb97cf2
@ -17,13 +17,13 @@ html(lang='en')
|
|||||||
script(src='/assets/js/main.js' defer='')
|
script(src='/assets/js/main.js' defer='')
|
||||||
body
|
body
|
||||||
header
|
header
|
||||||
svg#logo(viewBox='0 -25 216 40')
|
svg(viewBox='0 -25 216 40')
|
||||||
text.logo Arav's dwelling
|
text Arav's dwelling
|
||||||
text.under(y='11') Welcome to my sacred place, wanderer
|
text(y='11') Welcome to my sacred place, wanderer
|
||||||
nav
|
nav
|
||||||
a(href=mainSite) Back to main website
|
a(href=mainSite) Back to main website
|
||||||
h1 Radio
|
h1 Radio
|
||||||
section#stopit
|
section#banner
|
||||||
video(playsinline='' autoplay='' loop='')
|
video(playsinline='' autoplay='' loop='')
|
||||||
source(src="/assets/img/stopit.mp4", type="video/mp4")
|
source(src="/assets/img/stopit.mp4", type="video/mp4")
|
||||||
section
|
section
|
||||||
@ -36,12 +36,12 @@ html(lang='en')
|
|||||||
a(href='http://radio.arav.i2p/live/stream.ogg') direct link (I2P)
|
a(href='http://radio.arav.i2p/live/stream.ogg') direct link (I2P)
|
||||||
a(href="https://dir.xiph.org/search?q=arav's+dwelling") Xiph
|
a(href="https://dir.xiph.org/search?q=arav's+dwelling") Xiph
|
||||||
| OGG 128 Kb/s
|
| OGG 128 Kb/s
|
||||||
div#radio
|
div#player
|
||||||
div.player
|
|
||||||
div
|
div
|
||||||
button#play
|
div
|
||||||
small#cur-time 0h 0m 0s
|
button(name='play')
|
||||||
div #[input#volume(type="range", name="volume" min="0" max="100" orient="vertical")]
|
small.elapsed 0h 0m 0s
|
||||||
|
div #[input(type="range" name="volume" min="0" max="100" orient="vertical")]
|
||||||
audio(preload='none' controls='' playsinline='')
|
audio(preload='none' controls='' playsinline='')
|
||||||
source(src='/live/stream.ogg' type='audio/ogg')
|
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]!
|
| Your browser doesn't support an audio element, it's sad... But you always can take the #[a(href='/playlist') playlist]!
|
||||||
@ -49,7 +49,7 @@ html(lang='en')
|
|||||||
p Now playing: #[span#radio-song #{status.SongName}]
|
p Now playing: #[span#radio-song #{status.SongName}]
|
||||||
p Current/peak listeners: #[span#radio-listeners #{status.Listeners}] / #[span#radio-listener-peak #{status.ListenerPeak}]
|
p Current/peak listeners: #[span#radio-listeners #{status.Listeners}] / #[span#radio-listener-peak #{status.ListenerPeak}]
|
||||||
p
|
p
|
||||||
small Notice: information updates every 45 seconds. But you can #[button(id='btn-update') update] it forcibly.
|
small Notice: information updates every 45 seconds. But you can #[button(name='update') update] it forcibly.
|
||||||
section
|
section
|
||||||
h2 Last #{songsNum} songs
|
h2 Last #{songsNum} songs
|
||||||
table#last-played
|
table#last-played
|
||||||
|
Loading…
Reference in New Issue
Block a user