summaryrefslogtreecommitdiff
path: root/templates/hell.html
blob: d799db3485631dc424c19bca8e4d4e490f6022b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>