diff options
Diffstat (limited to 'templates/var/www/html/index.html')
-rw-r--r-- | templates/var/www/html/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/var/www/html/index.html b/templates/var/www/html/index.html index 14ed148..37d758b 100644 --- a/templates/var/www/html/index.html +++ b/templates/var/www/html/index.html @@ -10,8 +10,9 @@ <body> <div class="index-container"> <div class="player-wrapper"> - <a id="radioButton" class="btn" href="#">Play</a> + <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> <audio id="radioPlayer" hidden> <source src="/stream" type="audio/ogg" /> Your browser does not support the audio element. |