diff options
Diffstat (limited to 'html/index.html')
-rw-r--r-- | html/index.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/html/index.html b/html/index.html index f06ea01..4d1fb2a 100644 --- a/html/index.html +++ b/html/index.html @@ -19,10 +19,12 @@ <br/> <br/> <button class="button" onclick="on_new_page();">New page</button> - <button class="button" onclick="on_qrcode();">QR code</button> + <button class="button" onclick="on_qrcode_click();">QR code</button> + <span id="connecting">Connecting...</span> + <button class="buttonred" id="reconnect" onclick="on_reconnect_click();" hidden>Reconnect</button> <br/> <br/> - Reichwein.IT Whiteboard by <a href="https://www.reichwein.it">https://www.reichwein.it</a><br/> + Reichwein.IT Whiteboard <span id="version"></span> by <a href="https://www.reichwein.it">https://www.reichwein.it</a><br/> </div> <a id="download-a" hidden></a> |