index.html 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd">
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
  5. <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.css">
  6. <link rel="stylesheet" type="text/css" href="res/lbsd.css">
  7. <title>LibertyBSD</title>
  8. </head>
  9. <body>
  10. <div>
  11. <nav class="navbar navbar-default">
  12. <div class="navbar-header">
  13. <a href="#" class="navbar-brand"><img alt="libertybsd artwork" width=100 src="smlogo.png"></a>
  14. </div>
  15. <div>
  16. <ul class="nav navbar-nav">
  17. <li><a href="download.html">Download</a></li>
  18. <li><a href="forum/">Forum</a></li>
  19. <li><a href="wiki/">Wiki</a></li>
  20. <li><a href="faq.html">FAQ</a></li>
  21. <li><a href="packages/">Packages</a></li>
  22. <li><a href="ports/">Ports</a></li>
  23. <li><a href="ports/">Art</a></li>
  24. </ul>
  25. <ul class="nav navbar-nav navbar-right">
  26. <li><a href="es/">Español</a></li>
  27. <li><a href="eo/">Esperanto</a></li>
  28. <li class="active"><a href="/">English</a></li>
  29. <li><a href="https://notabug.org/libertybsd">Git</a></li>
  30. </ul>
  31. </div>
  32. </nav>
  33. </div>
  34. <div class="text-center">
  35. <a href="logo.png">
  36. <img src="logo.png" width="20%" height="10%" alt="Logo of LibertyBSD">
  37. </a>
  38. </div>
  39. <div class="text-center">
  40. <a href="xdm.png">
  41. <img src="https://libertybsd.net/xdm.png" width="20%" height="20%" alt="Screenshot of the xdm login screen">
  42. </a>
  43. <a href="x11.png">
  44. <img src="https://libertybsd.net/x11.png" width="20%" height="20%" alt="Screenshot of an X11 session, with xterm, xcalc, xeyes and xclock open">
  45. </a>
  46. </div>
  47. <div class="text-center" style="font-size: 115%; margin-left: 10%; margin-right: 10%;">
  48. <p>OpenBSD is universally known as an operating system designed with security in mind, proudly being able to say that it has had "Only two remote holes in the default install, in a heck of a long time!"
  49. However, OpenBSD ships with several pieces of non-free, binary only firmware in the base system, and depending on the hardware detected, by default a script will download more at first boot, without informing the user of this. With a default installation,
  50. you might end up using some of this non-free firmware without even knowing it-- and, if you try to install additional software, you might end up unwittingly installing non-free programs.<p>LibertyBSD is a "deblobbed" version of OpenBSD. You can get all of the benefits of OpenBSD, while being sure that there is nothing non-free lurking in the depths of your system.</p>
  51. </div>
  52. <img src="http://lynx.invisible-island.net/img/anybrowser4b.png" alt="Viewable with any browser; "> <a href="https://validator.w3.org/check?uri=http://prjcry.ddns.net/jimmybot/">
  53. valid HTML.</a>
  54. </body>
  55. </html>