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.">
|
<Layout page="Not Found" description="We couldn't find this page.">
|
||||||
<section id={styles.notFound}>
|
<section id={styles.notFound}>
|
||||||
<h1 id={styles.header}>Page Not Found</h1>
|
<h1 id={styles.header}>404 - Page Not Found</h1>
|
||||||
<Divider />
|
<Divider />
|
||||||
<span id={styles.description}>
|
<span id={styles.description}>
|
||||||
We couldn't find that page. Please return to our <a href="/"
|
We couldn't find that page. Please return to our <a href="/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue