diff options
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> |