diff --git a/web/assets/css/main.css b/web/assets/css/main.css index e86b6fb..0b80be7 100644 --- a/web/assets/css/main.css +++ b/web/assets/css/main.css @@ -137,6 +137,10 @@ section { margin-top: 1rem; } gap: .5rem; grid-template-columns: 3rem 2rem 1fr; } +#stopit { text-align: center; } + +#stopit video { max-width: 90%; } + footer { font-size: .8rem; text-align: center; diff --git a/web/assets/img/stopit.mp4 b/web/assets/img/stopit.mp4 new file mode 100755 index 0000000..74137f2 Binary files /dev/null and b/web/assets/img/stopit.mp4 differ diff --git a/web/templates/index.pug b/web/templates/index.pug index 1d7e32f..0f47ac7 100644 --- a/web/templates/index.pug +++ b/web/templates/index.pug @@ -23,6 +23,9 @@ html(lang='en') nav a(href=mainSite) Back to main website h1 Radio + section#stopit + video(playsinline='' autoplay='' loop='') + source(src="/assets/img/stopit.mp4", type="video/mp4") section small.player-links a(href='/filelist') filelist