summaryrefslogtreecommitdiffhomepage
path: root/html/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/index.html')
-rw-r--r--html/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/html/index.html b/html/index.html
index fdd56dc..04522d7 100644
--- a/html/index.html
+++ b/html/index.html
@@ -11,7 +11,8 @@
</head>
<body onload="init();">
<div class="page">
- <textarea rows="30" cols="80" id="board" name="board"></textarea>
+ <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>