diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2024-06-18 13:18:45 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2024-06-18 13:18:45 +0100 |
| commit | f14e6e072fbdc8785af1c48f5a2f38c1e7cd8e6b (patch) | |
| tree | 1d08fc03b744e16b72eea2db03b795d0ffdb08bd /website/src/pages/error.astro | |
| parent | 541a6a5e23276cc815c6ad76c97637fd890dfe95 (diff) | |
| parent | 7504e85d8e13a447ede38919359e632670174bac (diff) | |
Merge branch 'main' of https://github.com/joeacarstairs/personal-website
Diffstat (limited to 'website/src/pages/error.astro')
| -rw-r--r-- | website/src/pages/error.astro | 4 |
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> |
