2024-06-10 04:06:12 -04:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta name="generator" content="{{ eleventy.generator }}">
|
|
|
|
<title>{% if title %}{{ title }} | {% endif %}{{ meta.siteName }}</title>
|
|
|
|
<link rel="stylesheet" href="/css/reset.css">
|
|
|
|
<link rel="stylesheet" href="/css/landing.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<aside>
|
2024-06-10 14:42:50 -04:00
|
|
|
<img src="../img/landing-sigil.png" alt="A sigil-esque drawing" title="A sigil-esque drawing">
|
|
|
|
<div class="spacer"></div>
|
2024-06-10 04:06:12 -04:00
|
|
|
</aside>
|
2024-06-10 18:25:56 -04:00
|
|
|
<main><article>{{ content | safe }}</article><a href="{{ entry }}" class="entry-button">Enter</a></main>
|
2024-06-10 04:06:12 -04:00
|
|
|
</body>
|
|
|
|
</html>
|