summaryrefslogtreecommitdiff
path: root/404.html
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2024-01-15 09:20:45 +0100
committerStefan Kreutz <mail@skreutz.com>2024-01-15 09:51:49 +0100
commitf4cef0c477508d7117293d220b8c6f4213d3eaec (patch)
treefc4b6ab6b7da01a2920d0f4f7648d2ccec512cad /404.html
parent50a2c4af20508c4f621160412a11f6641981d4a9 (diff)
downloadblog-f4cef0c477508d7117293d220b8c6f4213d3eaec.tar
Add generic error page for OpenBSD's httpd(8)
Diffstat (limited to '404.html')
-rw-r--r--404.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/404.html b/404.html
index f396e08..2e06f8a 100644
--- a/404.html
+++ b/404.html
@@ -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>
Generated by cgit. See skreutz.com for my tech blog and contact information.