Added stopit.mp4 banner at the index page. :)
This commit is contained in:
parent
83a0277d71
commit
9b7ea6984e
@ -137,6 +137,10 @@ section { margin-top: 1rem; }
|
|||||||
gap: .5rem;
|
gap: .5rem;
|
||||||
grid-template-columns: 3rem 2rem 1fr; }
|
grid-template-columns: 3rem 2rem 1fr; }
|
||||||
|
|
||||||
|
#stopit { text-align: center; }
|
||||||
|
|
||||||
|
#stopit video { max-width: 90%; }
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
font-size: .8rem;
|
font-size: .8rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
BIN
web/assets/img/stopit.mp4
Executable file
BIN
web/assets/img/stopit.mp4
Executable file
Binary file not shown.
@ -23,6 +23,9 @@ html(lang='en')
|
|||||||
nav
|
nav
|
||||||
a(href=mainSite) Back to main website
|
a(href=mainSite) Back to main website
|
||||||
h1 Radio
|
h1 Radio
|
||||||
|
section#stopit
|
||||||
|
video(playsinline='' autoplay='' loop='')
|
||||||
|
source(src="/assets/img/stopit.mp4", type="video/mp4")
|
||||||
section
|
section
|
||||||
small.player-links
|
small.player-links
|
||||||
a(href='/filelist') filelist
|
a(href='/filelist') filelist
|
||||||
|
Loading…
Reference in New Issue
Block a user