diff options
Diffstat (limited to 'templates/var/www/html/index.html')
-rw-r--r-- | templates/var/www/html/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/var/www/html/index.html b/templates/var/www/html/index.html index 9f6d327..d05e316 100644 --- a/templates/var/www/html/index.html +++ b/templates/var/www/html/index.html @@ -18,6 +18,7 @@ <a class="link" target="_blank" href="/stream">direct stream url</a> <a id="toggleBg" class="link" href="#">background (on)</a> </div> + <div id="alert"></div> <audio id="radioPlayer" hidden> <source src="/stream" type="audio/ogg" /> Your browser does not support the audio element. @@ -25,8 +26,7 @@ </div> </div> - <script> - </script> + <script src="misc.js"></script> <script src="audio-controls.js"></script> <script src="video-background.js"></script> </body> |