diff options
author | Roland Reichwein <mail@reichwein.it> | 2022-11-27 22:23:26 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2022-11-27 22:23:26 +0100 |
commit | e0d4fb11157f6f6cc79f6750e7a5247e0c955582 (patch) | |
tree | 0d61064d044cbdde942c00fb3307f6454f8d6a8d /html/index.html | |
parent | 6a72251a10019bd42d10bb70ab26916826ac4527 (diff) |
Version 1.0: added web designv1.0
Diffstat (limited to 'html/index.html')
-rw-r--r-- | html/index.html | 3 |
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> |