index.html 1.0 KB

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <link rel="icon shortcut" href="/favicon.ico">
  6. <link rel="stylesheet" href="/fonts/Sans/cmun-sans.css">
  7. <link rel="stylesheet" href="/style.css">
  8. <title>World Intellectual Freedom Organization</title>
  9. </head>
  10. <body style="font-family: 'Computer Modern Sans'; text-align:center">
  11. <main style="max-width:640px; margin: auto">
  12. <h1>World Intellectual Freedom Organization</h1>
  13. <p><a href="https://d.wifo.org/t/welcome-to-wifo-discourse/8">commons ⇄ freedom, equality, security ⇄ good future</a></p>
  14. </main>
  15. <footer>
  16. <div>
  17. <a rel="license" href="https://creativecommons.org/publicdomain/zero/1.0/">Public Domain</a> &middot;
  18. <a href="https://notabug.org/wifo/wifo.org">Source</a> <a class="proprietary" href="https://github.com/wifo/wifo.org">Mirror</a> &middot;
  19. <a href="https://d.wifo.org/c/wifo/faq">FAQ</a> &middot;
  20. <a href="https://d.wifo.org">Discuss</a> &middot;
  21. <a href="https://d.wifo.org/t/social-media-accounts/20">Social</a> &middot;
  22. info@wifo.org
  23. </div>
  24. </footer>
  25. </body>
  26. </html>