From d635cb270fad4487e065fcbcac17bc9c82131fe8 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sat, 4 Nov 2023 09:15:32 +0100 Subject: [PATCH] adds 401 error msg --- layouts/401.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 layouts/401.html diff --git a/layouts/401.html b/layouts/401.html new file mode 100644 index 0000000..e62fa75 --- /dev/null +++ b/layouts/401.html @@ -0,0 +1,9 @@ +{{ define "main" }} +

{{ "Unauthorized :confused:" | emojify }}

+

+ {{ "Error 401" | emojify }} +

+
+

{{ "This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required." | emojify }}

+
+{{ end }}