diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 0000000..e9cea4c --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,40 @@ +--- +import Base from '../layouts/Base.astro'; +--- + + + + + 404 + Page not found + That page doesn't exist (or moved). Try the project gallery. + Back to projects + +
404
That page doesn't exist (or moved). Try the project gallery.