diff options
Diffstat (limited to 'http')
| -rw-r--r-- | http/src/error.upphtml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/http/src/error.upphtml b/http/src/error.upphtml new file mode 100644 index 0000000..1c5d418 --- /dev/null +++ b/http/src/error.upphtml @@ -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 you’re on this page, something’s probably gone wrong. Try going to + my <a href="/">homepage</a> instead. + </p> +</section> |
