You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>WBO — Online collaborative whiteboard</title>
  6. <link rel="icon" type="image/png" href="favicon.ico" />
  7. <link rel="stylesheet" href="index.css" />
  8. <meta name="description" content="A free online whiteboard for realtime collaboration. Draw, write text and sketch new ideas together on whitebophir"/>
  9. <meta name="keywords" content="whiteboard,collaborative,online,draw,paint,shared,realtime,wbo,whitebophir"/>
  10. <link rel="icon" type="image/x-icon" sizes="16x16 32x32 64x64" href="favicon.ico">
  11. <link rel="icon" type="image/svg+xml" sizes="256x256" href="favicon.svg">
  12. <link rel="apple-touch-icon" href="favicon.svg">
  13. <link rel="mask-icon" href="favicon.svg" color="black">
  14. </head>
  15. <body>
  16. <header>
  17. <h1>Whitebophir</h1> - <h2>Welcome</h2>
  18. </header>
  19. <main>
  20. <p>Welcome to <b>WBO</b>. You can go to <a href="/boards/anonymous">the public board</a>
  21. or create a new one using the form below.
  22. </p><p>
  23. To collaborate on a drawing in real time with someone,
  24. just send them its URL.
  25. </p>
  26. <form action="boards" method="GET">
  27. <input type="text" id="board" name="board" placeholder="Name of the board..."/>
  28. <input type="submit" value="Go">
  29. </form>
  30. </main>
  31. <footer>
  32. <a href="https://github.com/lovasoa/whitebophir" class="smallink">Source code on github</a>
  33. </footer>
  34. </body>
  35. </html>