From ee0bc8482a5708d15b9863defc9a60896b1d1857 Mon Sep 17 00:00:00 2001 From: dev sp Date: Wed, 17 Jan 2024 07:30:35 +0000 Subject: [PATCH] add 404 --- src/pages/404.astro | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/pages/404.astro b/src/pages/404.astro index f37c3a2..49c3da9 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -1,9 +1,10 @@ --- import Layout from "../layouts/Layout.astro" --- - -
-

404 Page Not Found

-
- \ No newline at end of file + +
+
+

404 Page Not Found

+
+
+
\ No newline at end of file