about.html 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <html>
  2. <head>
  3. <style type="text/css">
  4. html,body {
  5. background: #ffffff;
  6. margin: 0;
  7. padding: 0;
  8. font-family: "Helvetica";
  9. font-size: 12pt;
  10. height: 100%;
  11. width: 100%;
  12. }
  13. div.icon {
  14. background: #ffb354;
  15. color: #000000;
  16. font-size: 100pt;
  17. border-radius: 2.5rem;
  18. display: inline-block;
  19. width: 1.3em;
  20. height: 1.3em;
  21. padding: 0;
  22. margin: 0;
  23. line-height: 1.4em;
  24. vertical-align: middle;
  25. text-align: center;
  26. }
  27. div.icon_container {
  28. font-weight: bold;
  29. }
  30. a,p,h1,h2,h3,h4,span,div,strong,center,lead,nav,ol,ul,li,img,button,input,textarea,form {
  31. font-family: "Clear Sans Light","Helvetica Neue","Helvetica",sans-serif !important;
  32. -webkit-font-smoothing: antialiased;
  33. }
  34. .code {
  35. font-family: "Menlo","Consolas","Lucida Console","Bitstream Vera Sans Mono","Courier",monospace !important;
  36. }
  37. a:link {
  38. text-decoration: none;
  39. }
  40. div.text {
  41. padding: 5px;
  42. }
  43. </style>
  44. </head>
  45. <body>
  46. <center>
  47. <div class="icon_container">
  48. <div class="icon">&#x23c1;</div>
  49. </div>
  50. </center>
  51. <div class="text">
  52. <h2>Getting Started</h2>
  53. <p>Getting started is simple. Simply click <font class="code">Join Network</font> from the ZeroTier status bar menu. To join the public network "Earth", enter <font class="code">8056c2e21c000001</font> and click the Join button. Once connected, you'll be able to navigate to <a href="http://earth.zerotier.net">earth.zerotier.net</a>.</p>
  54. <h3>Create a Network</h3>
  55. <p>Visit <a href="http://my.zerotier.com">my.zerotier.com</a> to create and manage your own virtual networks.</p>
  56. <p>For more information, visit <a href="http://www.zerotier.com">zerotier.com</a>.</p>
  57. </div>
  58. </body>
  59. </html>