diff --git a/www/src/pages/404.astro b/www/src/pages/404.astro new file mode 100644 index 0000000..6827f5c --- /dev/null +++ b/www/src/pages/404.astro @@ -0,0 +1,6 @@ +--- +import Layout from '../layouts/Layout.astro'; +--- + +

not found

+