From 37155aa64301780b6cd229c94cd551daed97729e Mon Sep 17 00:00:00 2001 From: dev sp Date: Wed, 17 Jan 2024 07:20:50 +0000 Subject: [PATCH] add 404 --- src/pages/404.astro | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/pages/404.astro diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 0000000..bebc510 --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,9 @@ +--- +import Layout from "../layouts/Layout.astro" +--- + +
+

404 Page Not Found

+
+ \ No newline at end of file