summaryrefslogtreecommitdiff
path: root/404.html
blob: 8a2fc698054bd44a9ed4254f96011127a71f3de7 (plain)
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
<!DOCTYPE HTML>
<html>
	<head>
		<title>cyfraeviolae</title>
		<meta charset="utf-8">
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<link rel="shortcut icon" type="image/x-icon" href="/static/favicon.ico">
		<link rel="stylesheet" href="/static/styles.css">
	</head>
	<body>
		<div class="container">
            <div class="header">
                <div class="subtitle">THE LIMINAL REVERIE OF</div>
                <a class="title" href="/">CYFRAE VIOLAE</a>
                <div class="contact">
                    New York &middot;
                    <a href="mailto:library@cyfraeviolae.org">library@cyfraeviolae.org</a>
                </div>
            </div>
            <div class="category">404 Not Found</div>
			<p class="work">
                The page you&rsquo;re looking for is somewhere else,
                <br>
                but while you&rsquo;re here, consider this
                <br>
                a brief caesura.
			</p>
		</div>
	</body>
</html>