From 3a620324d6692df31f1b2e8a25d8827c227be45a Mon Sep 17 00:00:00 2001 From: breadcat Date: Fri, 19 Jun 2020 13:34:25 +0100 Subject: Rough port of the existing 404 page Can't be tested in dev mode, as far as I know... --- themes/Brine/layouts/404.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'themes') diff --git a/themes/Brine/layouts/404.html b/themes/Brine/layouts/404.html index e69de29..4edf106 100644 --- a/themes/Brine/layouts/404.html +++ b/themes/Brine/layouts/404.html @@ -0,0 +1,25 @@ +{{ define "main" }} + + + +
+

404

+ +

Page not found (._. )

+

Well, you've arrived at a page that doesn't exist.

+

Sorry about that.

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