Update 404.astro
This commit is contained in:
parent
dbb28c179b
commit
8c84bcb4bd
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import Divider from "../components/Divider.astro"
|
|||
|
||||
<Layout page="Not Found" description="We couldn't find this page.">
|
||||
<section id={styles.notFound}>
|
||||
<h1 id={styles.header}>Page Not Found</h1>
|
||||
<h1 id={styles.header}>404 - Page Not Found</h1>
|
||||
<Divider />
|
||||
<span id={styles.description}>
|
||||
We couldn't find that page. Please return to our <a href="/"
|
||||
|
|
Loading…
Add table
Reference in a new issue