http: adds error page

This commit is contained in:
2026-06-02 18:30:12 +01:00
parent 902ad835b4
commit e58cbf7b72
+14
View File
@@ -0,0 +1,14 @@
#!
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>