diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-02 18:30:12 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-02 18:30:12 +0100 |
| commit | e58cbf7b72526f4dca31ed767c85485e8d8e62e1 (patch) | |
| tree | 71d9577a881cc30e8a274728a58b2f99a69f0485 | |
| parent | 902ad835b4c9f1d72f79ff52763e0c089ec6fce5 (diff) | |
http: adds error page
| -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> |
