summaryrefslogtreecommitdiff
path: root/website/src/pages
diff options
context:
space:
mode:
Diffstat (limited to 'website/src/pages')
-rw-r--r--website/src/pages/error.astro4
1 files changed, 2 insertions, 2 deletions
diff --git a/website/src/pages/error.astro b/website/src/pages/error.astro
index fc84122..dd7188a 100644
--- a/website/src/pages/error.astro
+++ b/website/src/pages/error.astro
@@ -3,12 +3,12 @@ import Page from '../layouts/Page.astro';
---
<Page title="Got lost?" description="Error page for Joe's personal website">
- <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>
- </main>
+ </section>
</Page>