Add 404 error page
This commit is contained in:
parent
70efaf77d6
commit
966d192546
1 changed files with 7 additions and 0 deletions
7
astro/src/pages/404.astro
Normal file
7
astro/src/pages/404.astro
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
import BaseLayout from "@layouts/BaseLayout.astro";
|
||||
---
|
||||
<BaseLayout pageTitle="404 Not Found">
|
||||
<h1>404</h1>
|
||||
<p>Not found</p>
|
||||
</BaseLayout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue