summaryrefslogtreecommitdiffhomepage
path: root/html/index.html
blob: 04522d772d3fdf664500794fdde3e24b7a33bbed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8"/>
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<meta name="keywords" content="Reichwein, Whiteboard">
		<title>Reichwein Whiteboard</title>
		<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
		<link rel="stylesheet" type="text/css" href="whiteboard.css"/>
		<script src="whiteboard.js"></script>
	</head>
	<body onload="init();">
		<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>
			<br/>
			<br/>
			Reichwein.IT Whiteboard by <a href="https://www.reichwein.it">https://www.reichwein.it</a><br/>
		</div>

		<a id="download-a" hidden></a>
	</body>
</html>