cogs.html 850 B

12345678910111213141516171819202122232425262728293031323334
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Template</title>
  6. <link rel="shortcut icon" href="/csh/favicon.ico" type="image/x-icon"/>
  7. <link rel="stylesheet" type="text/css" href="stylesheet.css"/>
  8. </head>
  9. <body>
  10. <header>
  11. <p><a href="/csh"><img src="/csh/homeicon" alt="csh"/></a></p>
  12. </header>
  13. <p>
  14. Click <a href="https://mumble.jupitercolony.com/">here</a> to go to
  15. the Jupiter Broadcasting Mumble <em>room</em>.</p>
  16. <p>
  17. This page was designed to look good on paper. The stylesheet it uses
  18. was probably designed to have some of the laudable visual properties
  19. of paper.</p>
  20. <hr/>
  21. <footer>
  22. <p>Last updated: 2017-09-23 21:48:08 CDT.</p>
  23. <p>
  24. Copyright 2017 Caleb Herbert under the terms of the
  25. <a href="https://creativecommons.org/licenses/by/4.0/">Attribution
  26. 4.0 International</a> license.</p>
  27. </footer>
  28. </body>
  29. </html>