diff options
author | Roland Reichwein <mail@reichwein.it> | 2022-12-03 16:12:14 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2022-12-03 16:12:14 +0100 |
commit | 70131428edce8d7c6476a902d015b30b78e5f862 (patch) | |
tree | f522c3efc0e9901d59e91da59f36a52e927e9523 /html/index.html | |
parent | bdf314288794e5ca898db9d07b1553182ea4d7ea (diff) |
Version 1.1: Added QR Codev1.1
Diffstat (limited to 'html/index.html')
-rw-r--r-- | html/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/html/index.html b/html/index.html index 04522d7..e8a07be 100644 --- a/html/index.html +++ b/html/index.html @@ -10,12 +10,16 @@ <script src="whiteboard.js"></script> </head> <body onload="init();"> + <div class="qrwindow" id="qrwindow" hidden> + <img class="qrcode" id="qrcode"></img> + </div> <div class="page"> <h1><img class="banner" src="banner256.png" alt="Reichwein.IT"/> Whiteboard</h1> <textarea cols="80" rows="30" id="board" name="board"></textarea> <br/> <br/> <button class="button" onclick="on_new_page();">New page</button> + <button class="button" onclick="on_qrcode();">QR code</button> <br/> <br/> Reichwein.IT Whiteboard by <a href="https://www.reichwein.it">https://www.reichwein.it</a><br/> |