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 /err.html | |
parent | 50a2c4af20508c4f621160412a11f6641981d4a9 (diff) | |
download | blog-f4cef0c477508d7117293d220b8c6f4213d3eaec.tar |
Add generic error page for OpenBSD's httpd(8)
Diffstat (limited to 'err.html')
-rw-r--r-- | err.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/err.html b/err.html new file mode 100644 index 0000000..9a31fb7 --- /dev/null +++ b/err.html @@ -0,0 +1,6 @@ +--- +title: Error +--- + +<h1>$HTTP_ERROR</h1> +<p>Whoops, something went wrong. Please <a href="/contact/">contact me</a> if you think there's something wrong with this website. Otherwise you might want to go to the <a href="/">home page</a> instead.</p> |