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 ++++----------- src/pages/index.astro | 204 ++++++++++++++------------------------------------ 2 files changed, 73 insertions(+), 192 deletions(-) (limited to 'src/pages') 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"; --- - -
- - - -+ The page you're looking for doesn't exist. +
+ ← Back to IP / CIDR Calculator -- The page you're looking for doesn't exist. -
- ← Back to IP / CIDR Calculator -