whitebophir/client-data/index.html

66 lines
2.2 KiB
HTML
Raw Normal View History

2014-02-22 20:39:41 +00:00
<!DOCTYPE html>
<html>
2019-06-23 21:56:07 +00:00
2014-02-22 20:39:41 +00:00
<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" />
2019-06-23 21:56:07 +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">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2014-02-22 20:39:41 +00:00
</head>
<body>
2019-06-23 21:56:07 +00:00
<header>
<h1>WBO</h1> - <h2>Welcome</h2>
</header>
<main>
<div id="description">
<h3>Welcome to <strong>WBO</strong>!</h3>
<p>
WBO is a
<a href="https://github.com/lovasoa/whitebophir" title="Free as in free speech, not free beer">free</a>
online collaborative whiteboard that allows many users to draw
simultaneously on a large
virtual board.
The board is updated in real time for all connected users, and its state is always persisted.
It can be used for many different purposes, including art, entertainment, design and teaching.
</p>
<p>
To collaborate on a drawing in real time with someone, just send them its URL.
</p>
</div>
<div>
<p>
The <strong>anonymous board</strong> is accessible to everyone.
It is a happily disorganized mess where you can meet with strangers and draw together.
Everything there is ephemeral.
<a href="/boards/anonymous" class="wbo-button">Go to the anonymous board</a>
</p>
</div>
<div>
<p>You can also create a private board, that will be accessible only to those who know its name:</p>
<form action="boards" method="GET">
<input type="text" id="board" name="board" placeholder="Name of the board..." />
<input type="submit" value="Go">
</form>
<small><a href="/random">Create a private board with a random name</a></small>
</div>
</main>
<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>
2019-06-23 21:56:07 +00:00
</html>