diff options
author | Roland Reichwein <mail@reichwein.it> | 2022-11-22 19:07:31 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2022-11-22 19:07:31 +0100 |
commit | 9487db69020bfa7b91d70ee62b97441ef6c9ece4 (patch) | |
tree | e4092abdd0243c5935146b7815edd5e1ff309c2d /html/index.html | |
parent | 2a4d96188afa83110b30931559732d4fd9bacab2 (diff) |
Save data on file backend
Diffstat (limited to 'html/index.html')
-rw-r--r-- | html/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/html/index.html b/html/index.html index 64eae90..fdd56dc 100644 --- a/html/index.html +++ b/html/index.html @@ -14,6 +14,9 @@ <textarea rows="30" cols="80" id="board" name="board"></textarea> <br/> <br/> + <button class="button" onclick="on_new_page();">New page</button> + <br/> + <br/> Reichwein.IT Whiteboard by <a href="https://www.reichwein.it">https://www.reichwein.it</a><br/> </div> |