index.html 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
  3. <head>
  4. <title>Libre Society</title>
  5. <link rel="stylesheet" href="https://www.andrewyu.org/favor.css" />
  6. <meta charset="utf-8" />
  7. </head>
  8. <body>
  9. <script>
  10. /**
  11. *
  12. * @licstart The following is the entire license notice for the
  13. * JavaScript code in this page.
  14. *
  15. * Copyright (C) 2022 Andrew Yu
  16. *
  17. *
  18. * The JavaScript code in this page is free software: you can
  19. * redistribute it and/or modify it under the terms of the GNU
  20. * General Public License (GNU GPL) as published by the Free Software
  21. * Foundation, either version 3 of the License, or (at your option)
  22. * any later version. The code is distributed WITHOUT ANY WARRANTY;
  23. * without even the implied warranty of MERCHANTABILITY or FITNESS
  24. * FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
  25. *
  26. * As additional permission under GNU GPL version 3 section 7, you
  27. * may distribute non-source (e.g., minimized or compacted) forms of
  28. * that code without the copy of the GNU GPL normally required by
  29. * section 4, provided you include this license notice and a URL
  30. * through which recipients can access the Corresponding Source.
  31. *
  32. * @licend The above is the entire license notice
  33. * for the JavaScript code in this page.
  34. *
  35. */
  36. document.body.textContent = "Please disable JavaScript to view this page. Don't let random people run programs on your computer, even if it's free software."
  37. </script>
  38. <noscript>
  39. <h1>The Libre Society Project</h1>
  40. <ul>
  41. <li><a href="git://git.andrewyu.org/libresociety">git</a>;</li>
  42. <li><a href="manifesto.pdf">manifesto pdf</a>;</li>
  43. <li><a href="manifesto.tex">manifesto tex</a>;</li>
  44. <li><a href="resources">random</a>;</li>
  45. <li><a href="presentations">draft presentations</a>;</li>
  46. <li>HTML generated by pandoc coming soon.</li>
  47. </ul>
  48. </noscript>
  49. </body>
  50. </html>