diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 0000000..f2fc6ea --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,24 @@ +--- +import Base from '../layouts/Base.astro'; +--- + + +
+

+ 404 +

+

Page not found

+

+ That page doesn't exist (or moved). Try the project gallery. +

+ + Back to projects + +
+