start
This commit is contained in:
8
src/pages/404.astro
Normal file
8
src/pages/404.astro
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
import LayoutStacked from '../app/LayoutStacked.astro'
|
||||
import ErrorNotFound from '../widgets/ErrorNotFound.astro'
|
||||
---
|
||||
|
||||
<LayoutStacked>
|
||||
<ErrorNotFound />
|
||||
</LayoutStacked>
|
||||
Reference in New Issue
Block a user