| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8" />
- <title>WBO — Online collaborative whiteboard</title>
- <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" 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>
|