-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
33 lines (30 loc) · 882 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
permalink: "/404.html"
layout: default
title: "Technically, 404"
---
<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
font-style: italic;
line-height: 1;
letter-spacing: -1px;
}
</style>
<div class="container" id="asfat">
<h3 class="not-404">Technically, this is a</h3>
<h1>404</h1>
<p><strong>This page is not found.</strong></p>
<p class="not-404">But if you followed a link here, it’s actually:</p>
<div class="asfat not-404">
<h2><a href="/another-time" class="asfat">A Story For Another Time</a></h2>
<h4>A chapter yet to be written</h4>
<p>It might be <b>unlocked</b> when a certain goal is reached on the <nobr><a href="https://www.patreon.com/lovefirst">Love First Patreon</a></nobr></p>
</div>
</div>