diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 0000000..98220c5 --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,22 @@ +--- +import '../styles/reset.css' +import '../styles/index.css' +import '../styles/App.css' +import BaseLayout from '../layouts/base.astro' +--- + + +
+
+

Uh Oh! You shouldn't be here!

+ + Click here to go home. + +
+
+