summaryrefslogtreecommitdiff
path: root/http/src/error.upphtml
blob: 1e8ef13c594363c76110961f3ddba4a891d7307c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!
export TITLE="Got lost?"
export DESCRIPTION="Error page for Joe Carstairs' personal website"
pp "${SHARE}"/components/meta.upphtml
#!

<main>
<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>
</main>