diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-27 19:42:08 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-27 19:42:08 +0100 |
commit | f44d36b05e43cabde31aeaba5d25fded140345a1 (patch) | |
tree | 1024a76cb1ae671c9445dcc379cb9eddd26922aa /html/index.html | |
parent | 789e5555ab4c44a1ae779eccf6ccf8340602cf22 (diff) |
Added diff.cpp
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> |