From 401c99bf3069e393b4290c2337951cf1a050a708 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Wed, 29 Mar 2023 15:38:21 -0400 Subject: [PATCH] Add 502 page --- layouts/502.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 layouts/502.html diff --git a/layouts/502.html b/layouts/502.html new file mode 100644 index 0000000..92b5ce9 --- /dev/null +++ b/layouts/502.html @@ -0,0 +1,19 @@ + + + + {{partial "head" .}} + Service Offline + + + {{partial "header" .}} + {{partial "banner-item" .}} + {{partial "spritesheet" .}} +
+
+

Error 502

+

Sadly due to technical difficulties or maintenance this service is offline.

+
+
+ {{partial "footer" .}} + + \ No newline at end of file