diff options
author | heqnx <root@heqnx.com> | 2025-07-05 22:55:25 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-07-05 22:55:25 +0300 |
commit | 78ab05ec73f8211cee2183bc69af61d14b7e28cb (patch) | |
tree | eca0c6eb68824109d00ee498b95dfeb31faefd63 /templates/var/www/html/index.html | |
parent | 5fea1fd7f3fa1da45187a98221ee03e7f28610c7 (diff) | |
download | ansible-icecast2-78ab05ec73f8211cee2183bc69af61d14b7e28cb.tar.gz ansible-icecast2-78ab05ec73f8211cee2183bc69af61d14b7e28cb.zip |
some styling changes
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. |