mirror of
https://github.com/lovasoa/whitebophir
synced 2024-11-10 14:34:20 +00:00
43 lines
1.3 KiB
HTML
43 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>WBO — Online collaborative whiteboard</title>
|
|
<link rel="icon" type="image/png" href="favicon.ico" />
|
|
<link rel="stylesheet" href="index.css" />
|
|
<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"/>
|
|
<link rel="icon" type="image/x-icon" sizes="16x16 32x32 64x64" href="favicon.ico">
|
|
<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">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
<h1>Whitebophir</h1> - <h2>Welcome</h2>
|
|
</header>
|
|
|
|
<main>
|
|
<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>
|
|
|
|
<form action="boards" method="GET">
|
|
<input type="text" id="board" name="board" placeholder="Name of the board..."/>
|
|
<input type="submit" value="Go">
|
|
</form>
|
|
</main>
|
|
|
|
|
|
<footer>
|
|
<a href="https://github.com/lovasoa/whitebophir" class="smallink">Source code on github</a>
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html>
|