summaryrefslogtreecommitdiff
path: root/templates/hell.html
diff options
context:
space:
mode:
authorsoaos <soaos@soaos.dev>2025-11-21 21:14:12 -0500
committersoaos <soaos@soaos.dev>2025-11-21 21:14:12 -0500
commitba76e77d935998e4b128053dcc61d2ed4884cdda (patch)
tree5464dccd475404b509f048f4525193a8ff36a715 /templates/hell.html
parent6e3a7252608197b6571a56c9b07be09f254e8bae (diff)
zola migration
Diffstat (limited to 'templates/hell.html')
-rw-r--r--templates/hell.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/templates/hell.html b/templates/hell.html
new file mode 100644
index 0000000..d799db3
--- /dev/null
+++ b/templates/hell.html
@@ -0,0 +1,22 @@
+<!doctype html>
+
+<html lang="en">
+ <head>
+ <title>hell</title>
+ <link rel="icon" href="/hell/smallfire.gif" />
+ <link
+ rel="preload"
+ href="/assets/UnifontExMono.woff2"
+ as="font"
+ type="font/woff2"
+ />
+ <link rel="stylesheet" href="/style.css" />
+ <link rel="stylesheet" href="/hell.css" />
+ <meta charset="UTF-8" />
+ </head>
+
+ <body>
+ <massive-fucking-background-flame></massive-fucking-background-flame>
+ {{ section.content | safe }}
+ </body>
+</html>