From 1e1c8f000a2bda1ef8284d8d5c2b287b13a03857 Mon Sep 17 00:00:00 2001 From: lew Date: Wed, 25 Mar 2026 20:19:26 +0000 Subject: [PATCH] feat: 404 --- www/src/pages/404.astro | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 www/src/pages/404.astro 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

+