src/404.htm: Update page

This is a bit less abrasive and a tad bit more helpful.  As I've mentioned
in previous commits, the goal of this site has since changed.
master
Mike Gerwitz 2019-01-09 01:10:35 -05:00
parent 79f00cd7d2
commit 563a32ff20
Signed by: mikegerwitz
GPG Key ID: 8C917B7F5DC51BA2
1 changed files with 21 additions and 13 deletions

View File

@ -1,20 +1,28 @@
<article> <article>
<h1>Page Not Found</h1> <h1>Page Not Found (404)</h1>
<p> <p>
Sorry&nbsp;the page you requested cannot be found; it may have been removed The page you requested cannot be found&mdash;it may have been removed
or you may have stumbled across a broken link. If you believe that you or you may have stumbled across a broken link.
have received this message in error, please contact Mike directly. If If you manually entered the URL,
you have arrived at this page from an external link, please contact the please verify that it was entered correctly.
author of that website instead. If you believe that you have received this message in error,
please contact
<a href="mailto:404@mkegerwitz.com">404@mikegerwitz.com</a>
with the full URL of this page.
</p> </p>
<p> <p>
[This is where one would insert the obligatory &ldquo;we apologize for the You may also check
inconvenience&rdquo;...but this is a personal site, not a business, so I'm not all <a id="ia" href="https://web.archive.org/https://mikegerwitz.com/">The Internet
that sympathetic. If it's a bug, it'll be fixed. If you think that the page Archive</a> for this page.
you're looking for should exist (and that it did in the past), consider looking
through this site's repository (available on the Projects page) and seeing what
might have happened to it. Good day to you, kind sir/madam/otherwise.]
</p> </p>
</article> </article>
<!-- try to be helpful, if scripts are enabled -->
<script>
// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later
document.getElementById( 'ia' ).href =
'https://web.archive.org/' + document.location.href;
// @license-end
</script>