Create 404 page
This commit is contained in:
parent
d8157888b3
commit
1e83a3ed32
1 changed files with 6 additions and 0 deletions
6
src/pages/404.mdx
Normal file
6
src/pages/404.mdx
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
layout: "@layouts/Splash.astro"
|
||||
Title: "Error 404 - Page not found"
|
||||
SecondaryText: "Go Back Home"
|
||||
SecondaryLink: "/"
|
||||
---
|
Loading…
Reference in a new issue