diff --git a/src/pages/404.astro b/src/pages/404.astro index f962f0d..58de44d 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -1,3 +1,7 @@ -
- 404 ERROR -
\ No newline at end of file +--- +import Layout from "../layouts/Layout.astro"; +--- + + +
404 ERROR
+