1
0

Added stopit.mp4 banner at the index page. :)

This commit is contained in:
Alexander Andreev 2023-08-13 00:59:07 +04:00
parent 83a0277d71
commit 9b7ea6984e
Signed by: Arav
GPG Key ID: D22A817D95815393
3 changed files with 7 additions and 0 deletions

View File

@ -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

Binary file not shown.

View File

@ -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