summaryrefslogtreecommitdiffhomepage
path: root/html/index.html
blob: fdd56dc2d08c40027ef34378182af561a96b7771 (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
<!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">
                        <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>

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