summaryrefslogtreecommitdiffhomepage
path: root/html/index.html
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2022-12-03 18:51:45 +0100
committerRoland Reichwein <mail@reichwein.it>2022-12-03 18:51:45 +0100
commitebd8788ce81b6eed09dbfa8b80b7fcb2823f3dee (patch)
tree8aacde844f1c9c2b1e820ca9f0657364593d6fc4 /html/index.html
parent9dcb9d553941244da99ad6ceba281f430adb04c6 (diff)
Page layout
Diffstat (limited to 'html/index.html')
-rw-r--r--html/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/index.html b/html/index.html
index e8a07be..f06ea01 100644
--- a/html/index.html
+++ b/html/index.html
@@ -15,7 +15,7 @@
</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>
+ <textarea id="board" name="board"></textarea>
<br/>
<br/>
<button class="button" onclick="on_new_page();">New page</button>