diff options
Diffstat (limited to 'templates/var/www/html/index.html')
-rw-r--r-- | templates/var/www/html/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/var/www/html/index.html b/templates/var/www/html/index.html index f62cf53..9f6d327 100644 --- a/templates/var/www/html/index.html +++ b/templates/var/www/html/index.html @@ -14,7 +14,10 @@ <div class="player-wrapper"> <a id="radioButton" class="btn" href="#">play</a> <div id="info"></div> - <a class="link" target="_blank" href="{{ radio_url }}/stream">direct stream url</a> + <div class="link-row"> + <a class="link" target="_blank" href="/stream">direct stream url</a> + <a id="toggleBg" class="link" href="#">background (on)</a> + </div> <audio id="radioPlayer" hidden> <source src="/stream" type="audio/ogg" /> Your browser does not support the audio element. |