From d91f48c4945acd1b9f76a79d7804580b70b0c2df Mon Sep 17 00:00:00 2001 From: verdant Date: Sun, 31 May 2026 16:36:13 +0800 Subject: Refactor: remove bloated CSS style and nested HTML layouts --- layouts/404.html | 37 +++++++------------------------------ 1 file changed, 7 insertions(+), 30 deletions(-) (limited to 'layouts/404.html') diff --git a/layouts/404.html b/layouts/404.html index 1fac202..bdb53c6 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,33 +1,10 @@ -{{ define "title" }} -404 -{{ end }} - +{{ define "title" }}404 Not Found{{ end }} {{ define "main" }} - -
+

🏝️

-

OHHHHH~ -

-

Who lives in a pineapple under the sea?

-
+

404 - NOT FOUND

+

OHHHHH~

+

Who lives in a pineapple under the sea?

+

Back to home

+ {{ end }} -- cgit v1.2.3