my blog lives here now
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

70 lines
2.3 KiB

6 years ago
2 years ago
6 years ago
2 years ago
6 years ago
2 years ago
6 years ago
2 years ago
6 years ago
2 years ago
6 years ago
2 years ago
6 years ago
2 years ago
6 years ago
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta name="viewport" content="width=device-width, initial-scale=1" />
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6. <title>$title$</title>
  7. <link rel="stylesheet" type="text/css" href="/css/default.css" />
  8. <!-- lazily load code and KaTeX css -->
  9. <link rel="stylesheet" type="text/css" href="/css/katex.min.css" media="disabled" onload="this.media='all'" />
  10. <link rel="stylesheet" type="text/css" href="/css/code.css" media="disabled" onload="this.media='all'" />
  11. <!-- fallback for noscript users -->
  12. <noscript>
  13. <link rel="stylesheet" type="text/css" href="/css/katex.min.css" />
  14. <link rel="stylesheet" type="text/css" href="/css/code.css" />
  15. </noscript>
  16. <link rel="apple-touch-icon" sizes="180x180" href="/static/icon/apple-touch-icon.png">
  17. <link rel="icon" type="image/png" sizes="32x32" href="/static/icon/favicon-32x32.png">
  18. <link rel="icon" type="image/png" sizes="16x16" href="/static/icon/favicon-16x16.png">
  19. <link rel="alternate" type="application/rss+xml" href="/feed.xml" title="Blog feed for abby.how" />
  20. <meta property="og:type" content="website">
  21. <meta property="og:title" content="$title$">
  22. <meta name="title" content="$title$">
  23. <noscript>
  24. <style> .script { display: none } </style>
  25. </noscript>
  26. </head>
  27. <body>
  28. <header>
  29. <div id="header">
  30. <div id="logo">
  31. <a href="/">Home</a>
  32. </div>
  33. <nav>
  34. <div id="navigation">
  35. <div class="nav-button"><a href="/pages/contact.html">Contact</a></div>
  36. <div class="nav-button"><a href="/archive.html">Archive</a></div>
  37. <div class="nav-button"><a href="/pages/oss.html">Open-Source</a></div>
  38. <div class="nav-button"><a href="/feed.xml">RSS</a></div>
  39. </div>
  40. </nav>
  41. </div>
  42. </header>
  43. <div id="content">
  44. <h1>$title$</h1>
  45. $body$
  46. </div>
  47. <footer>
  48. <div id="footer" style="display: flex; justify-content: space-between;">
  49. <div>
  50. </div>
  51. <div>
  52. This wobsite is proudly powered by
  53. <a href="https://haskell.org">Haskell</a>.
  54. Hosted by <a href="https://shamiko.tmpim.pw">a demon</a>.
  55. </div>
  56. </div>
  57. </footer>
  58. </body>
  59. </html>