diff options
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> |