From c735556726e75428550a3d28a2cf58e2c8490b7d Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Mon, 21 Jul 2025 21:56:55 +0300 Subject: Initial template --- src/pages/404.astro | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/pages/404.astro (limited to 'src/pages/404.astro') diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 0000000..9ef7a08 --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,24 @@ +--- +import Layout from '~/layouts/Layout.astro'; +import { getHomePermalink } from '~/utils/permalinks'; + +const title = `Error 404`; +--- + + +
+
+
+

+ Error + 404 +

+

Sorry, we couldn't find this page.

+

+ But dont worry, you can find plenty of other things on our homepage. +

+ Back to homepage +
+
+
+
-- cgit v1.2.3