diff options
author | petrus comestor <petrus@comestor.org> | 2024-03-17 03:31:26 -0400 |
---|---|---|
committer | petrus comestor <petrus@comestor.org> | 2024-03-17 03:31:26 -0400 |
commit | dbf79bf97e9400ce110748360a55cf8c849d8717 (patch) | |
tree | ff353165a7442c776741efa9481484018dbf44fd /404.html |
qrc
Diffstat (limited to '404.html')
-rw-r--r-- | 404.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/404.html b/404.html new file mode 100644 index 0000000..8a2fc69 --- /dev/null +++ b/404.html @@ -0,0 +1,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 · + <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’re looking for is somewhere else, + <br> + but while you’re here, consider this + <br> + a brief caesura. + </p> + </div> + </body> +</html> + |