From ac07b73384de511e04542e9ac3a500eb81f92b92 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 21 May 2025 09:12:30 +0200 Subject: Extract common layout --- src/pages/404.astro | 61 +++++++++++++---------------------------------------- 1 file changed, 15 insertions(+), 46 deletions(-) (limited to 'src/pages/404.astro') diff --git a/src/pages/404.astro b/src/pages/404.astro index 8750eff..c9c70ca 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -1,53 +1,22 @@ --- -import { GOOGLE_ANALYTICS_ID } from "../config"; - -import "../styles/global.css"; +import Layout from "../layouts/Layout.astro"; const title = "404 - Page Not Found"; --- - - - - - - {title} - - - - - + +

+ 404 - Page Not Found +

- -
+

+ The page you're looking for doesn't exist. +

+ ← Back to IP / CIDR Calculator -
-

- 404 - Page Not Found -

- -
-

- The page you're looking for doesn't exist. -

- ← Back to IP / CIDR Calculator -
-
-
- - + +
-- cgit v1.3.1