diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 0000000..46a4a31 --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,16 @@ +--- +import Paragraph from "../components/Paragraph.astro"; +import RootLayout from "../layouts/RootLayout.astro"; +--- + + +
+

+ 404 Not Found +

+ + That's an error. +
+