diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-11-12 03:04:41 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-11-12 03:04:41 +0200 |
commit | 926c843a5f45bc79ac1d9f3f59cb379fef04043e (patch) | |
tree | beb28e23e7e34c9e8de32f9f191df88d2e370d6b /client/index.html | |
parent | da40e85c746c623826544076199be33bc46479e7 (diff) | |
download | arching-kaos-radio-926c843a5f45bc79ac1d9f3f59cb379fef04043e.tar.gz arching-kaos-radio-926c843a5f45bc79ac1d9f3f59cb379fef04043e.tar.bz2 arching-kaos-radio-926c843a5f45bc79ac1d9f3f59cb379fef04043e.zip |
Fix bug
Diffstat (limited to 'client/index.html')
-rw-r--r-- | client/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/index.html b/client/index.html index db4d0eb..9d0ef33 100644 --- a/client/index.html +++ b/client/index.html @@ -46,6 +46,7 @@ <audio preload="auto" controls muted></audio> </div> <div class="div-row"> + <button onclick="start_radio()">Start!</button> <button onclick="sync_radio()">Sync!</button> </div> </div> |