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