2014-02-22 20:39:41 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
2018-11-28 14:04:47 +00:00
|
|
|
<title>WBO — Online collaborative whiteboard</title>
|
2018-11-27 13:46:57 +00:00
|
|
|
<link rel="stylesheet" href="index.css" />
|
2018-11-28 14:04:47 +00:00
|
|
|
<meta name="description" content="A free online whiteboard for realtime collaboration. Draw, write text and sketch new ideas together on whitebophir"/>
|
|
|
|
<meta name="keywords" content="whiteboard,collaborative,online,draw,paint,shared,realtime,wbo,whitebophir"/>
|
2019-05-01 15:50:53 +00:00
|
|
|
<link rel="icon" type="image/x-icon" sizes="16x16" href="favicon.ico">
|
2018-11-28 14:04:47 +00:00
|
|
|
<link rel="icon" type="image/svg+xml" sizes="256x256" href="favicon.svg">
|
|
|
|
<link rel="apple-touch-icon" href="favicon.svg">
|
|
|
|
<link rel="mask-icon" href="favicon.svg" color="black">
|
2014-02-22 20:39:41 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<header>
|
2014-02-23 19:12:45 +00:00
|
|
|
<h1>Whitebophir</h1> - <h2>Welcome</h2>
|
2014-02-22 20:39:41 +00:00
|
|
|
</header>
|
|
|
|
|
|
|
|
<main>
|
2018-11-28 14:04:47 +00:00
|
|
|
<p>Welcome to <b>WBO</b>. You can go to <a href="/boards/anonymous">the public board</a>
|
|
|
|
or create a new one using the form below.
|
|
|
|
</p><p>
|
|
|
|
To collaborate on a drawing in real time with someone,
|
|
|
|
just send them its URL.
|
|
|
|
</p>
|
2014-02-22 20:39:41 +00:00
|
|
|
|
2018-11-27 14:25:46 +00:00
|
|
|
<form action="boards" method="GET">
|
|
|
|
<input type="text" id="board" name="board" placeholder="Name of the board..."/>
|
2014-02-22 20:39:41 +00:00
|
|
|
<input type="submit" value="Go">
|
|
|
|
</form>
|
|
|
|
</main>
|
|
|
|
|
2018-11-28 14:45:50 +00:00
|
|
|
|
|
|
|
<footer>
|
|
|
|
<a href="https://github.com/lovasoa/whitebophir" class="smallink">Source code on github</a>
|
|
|
|
</footer>
|
|
|
|
|
2014-02-22 20:39:41 +00:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|