diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-09 09:14:18 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-09 09:14:18 +0100 |
| commit | 3ecf19cb8aa3661cffbb1ce3e4380807612c446c (patch) | |
| tree | b9f92f8d0fd0c863b736426b30c55024b76a05d6 /http/src/error.upphtml | |
| parent | 531c9d5a3806852e3a9b6d3fd1f83d1e8ab73e86 (diff) | |
moves <main> from layout to individual pages
Diffstat (limited to 'http/src/error.upphtml')
| -rw-r--r-- | http/src/error.upphtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/http/src/error.upphtml b/http/src/error.upphtml index 057006f..1e8ef13 100644 --- a/http/src/error.upphtml +++ b/http/src/error.upphtml @@ -4,6 +4,7 @@ export DESCRIPTION="Error page for Joe Carstairs' personal website" pp "${SHARE}"/components/meta.upphtml #! +<main> <section> <h1>Got lost?</h1> @@ -12,3 +13,4 @@ pp "${SHARE}"/components/meta.upphtml my <a href='/'>homepage</a> instead. </p> </section> +</main> |
