diff options
Diffstat (limited to '404.html')
-rw-r--r-- | 404.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/404.html b/404.html new file mode 100644 index 0000000..1b2e696 --- /dev/null +++ b/404.html @@ -0,0 +1,30 @@ +<!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"> + <a class="title" href="/">CYFRAE VIOLAE</a> + <br> + <a href="mailto:library@cyfraeviolae.org" class="contact"> + library@cyfraeviolae.org + </a> + <h3> + 404 Not Found + </h3> + <p> + 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> + |