summaryrefslogtreecommitdiff
path: root/templates/var/www/html/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/var/www/html/index.html')
-rw-r--r--templates/var/www/html/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/var/www/html/index.html b/templates/var/www/html/index.html
index 37d758b..7c45f1d 100644
--- a/templates/var/www/html/index.html
+++ b/templates/var/www/html/index.html
@@ -8,6 +8,8 @@
<title>{{ radio_name }}</title>
</head>
<body>
+ <video id="background" autoplay muted playsinline preload="auto"></video>
+ <div id="fadeOverlay"></div>
<div class="index-container">
<div class="player-wrapper">
<a id="radioButton" class="btn" href="#">play</a>
@@ -85,5 +87,6 @@
fetchCurrentTrack();
setInterval(fetchCurrentTrack, 10000);
</script>
+ <script src="video-background.js"></script>
</body>
</html>