From 78cfe1b4f55879a727ce50a932d30bdfac01cefa Mon Sep 17 00:00:00 2001 From: osbm Date: Sat, 26 Oct 2024 00:53:47 +0300 Subject: [PATCH] add 404 page --- src/pages/404.astro | 23 +++++++++++++++++++++++ 1 file changed, 23 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..b12a60b --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,23 @@ +--- +import "../styles/global.css"; + +import Footer from "../components/Footer.astro"; +import Header from "../components/Header.astro"; +import Metadata from "../components/Metadata.astro"; +--- + + + + + + Not found + + +
+
+

Not found

+

Hey you are not supposed to be here.

+
+