summaryrefslogtreecommitdiffhomepage
path: root/html/index.html
blob: b72e23bc711761b0a522ab89fa12cda00bf56ee8 (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
27
28
29
30
31
32
33
34
<!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="libwhiteboard.js"></script>
		<script src="whiteboard.js"></script>
	</head>
	<body onload="init();">
                <div class="qrwindow" id="qrwindow" hidden>
			<img class="qrcode" id="qrcode"></img>
                </div>
		<div class="page">
			<h1><img class="banner" src="banner256.png" alt="Reichwein.IT"/> Whiteboard</h1>
                        <textarea id="board" name="board"></textarea>
			<br/>
			<br/>
			<button class="button" onclick="on_new_page();">New page</button>
			<button class="button" onclick="on_qrcode_click();">QR code</button>
			<span id="status">Starting up...</span>
			<button class="buttonred" id="reconnect" onclick="on_reconnect_click();" hidden>Reconnect</button>
			<span class="helper"></span><img class="center-img clickable" onclick="on_pdf_click();" src="pdf-icon-30.png" height="37" width="30"/></span>
			<br/>
			<br/>
                        Reichwein.IT Whiteboard <span id="version"></span> by <a href="https://www.reichwein.it">https://www.reichwein.it</a><br/>
		</div>

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