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

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