diff options
author | Stefan Kreutz <mail@skreutz.com> | 2024-01-15 09:20:45 +0100 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2024-01-15 09:51:49 +0100 |
commit | f4cef0c477508d7117293d220b8c6f4213d3eaec (patch) | |
tree | fc4b6ab6b7da01a2920d0f4f7648d2ccec512cad /404.html | |
parent | 50a2c4af20508c4f621160412a11f6641981d4a9 (diff) | |
download | blog-f4cef0c477508d7117293d220b8c6f4213d3eaec.tar |
Add generic error page for OpenBSD's httpd(8)
Diffstat (limited to '404.html')
-rw-r--r-- | 404.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ --- -title: Resource not found +title: Not Found --- -<h1>Resource not found</h1> -<p>Can't the find the resource you're looking for. Please <a href="/contact/">contact me</a> if you've found a dead link on this website. Otherwise you might want to go to the <a href="/">home page</a> instead.</p> +<h1>Not Found</h1> +<p>Whoops, I can't find the resource you're looking for. Please <a href="/contact/">contact me</a> if you've found a dead link on this website. Otherwise you might want to go to the <a href="/">home page</a> instead.</p> |