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.

64 lines
2.0 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
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="logo">
  30. <a href="/">Home</a>
  31. </div>
  32. <nav>
  33. <a href="/pages/contact.html">Contact</a>
  34. <a href="/archive.html">Archive</a>
  35. <a href="/pages/oss.html">OSS</a>
  36. <a href="/feed.xml">RSS</a>
  37. </nav>
  38. </header>
  39. <main>
  40. <h1>$title$</h1>
  41. $body$
  42. </main>
  43. </body>
  44. <svg width="0" height="0">
  45. <clipPath id="squircle" clipPathUnits="objectBoundingBox">
  46. <path
  47. fill="red"
  48. stroke="none"
  49. d="M 0,0.5 C 0,0 0,0 0.5,0 S 1,0 1,0.5 1,1 0.5,1 0,1 0,0.5"
  50. />
  51. </clipPath>
  52. </svg>
  53. </html>