Files
joeac.net/http/src/error.upphtml
T
2026-06-18 08:16:51 +01:00

15 lines
313 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#!
export TITLE="Got lost?"
export DESCRIPTION="Error page for Joe Carstairs' personal website"
pp "${SHARE}"/components/meta.upphtml
#!
<section>
<h1>Got lost?</h1>
<p>
If youre on this page, somethings probably gone wrong. Try going to
my <a href='/'>homepage</a> instead.
</p>
</section>