From 82b14feb2ca7796dc6a5c280c41680a803957273 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 15 May 2017 13:04:36 +0200 Subject: Commits the 50x error pages again. --- layouts/error/500.html | 37 +++++++++++++++++++++++++++++++++++++ layouts/error/502.html | 37 +++++++++++++++++++++++++++++++++++++ layouts/error/503.html | 37 +++++++++++++++++++++++++++++++++++++ layouts/error/504.html | 37 +++++++++++++++++++++++++++++++++++++ 4 files changed, 148 insertions(+) create mode 100644 layouts/error/500.html create mode 100644 layouts/error/502.html create mode 100644 layouts/error/503.html create mode 100644 layouts/error/504.html diff --git a/layouts/error/500.html b/layouts/error/500.html new file mode 100644 index 0000000..f780401 --- /dev/null +++ b/layouts/error/500.html @@ -0,0 +1,37 @@ +{{partial "header.tmpl" .}} +
500 - something went wrong
+_ ___ _.--.
+\`.|\..----...-'` `-._.-'_.-'`
+/ ' ` , __.--'
+)/' _/ \ `-_, /
+`-'" `"\_ ,_.-;_.-\_ ',
+ _.-'_./ {_.' ; /
+ {_.-``-' {_/
+ ~~~~~~ ~~~~~
+
+ + click to go back +
+502 - bad gateway
+_ ___ _.--.
+\`.|\..----...-'` `-._.-'_.-'`
+/ ' ` , __.--'
+)/' _/ \ `-_, /
+`-'" `"\_ ,_.-;_.-\_ ',
+ _.-'_./ {_.' ; /
+ {_.-``-' {_/
+ ~~~~~~ ~~~~~
+
+ + click to go back +
+503 - service unavailable
+_ ___ _.--.
+\`.|\..----...-'` `-._.-'_.-'`
+/ ' ` , __.--'
+)/' _/ \ `-_, /
+`-'" `"\_ ,_.-;_.-\_ ',
+ _.-'_./ {_.' ; /
+ {_.-``-' {_/
+ ~~~~~~ ~~~~~
+
+ + click to go back +
+504 - time out
+_ ___ _.--.
+\`.|\..----...-'` `-._.-'_.-'`
+/ ' ` , __.--'
+)/' _/ \ `-_, /
+`-'" `"\_ ,_.-;_.-\_ ',
+ _.-'_./ {_.' ; /
+ {_.-``-' {_/
+ ~~~~~~ ~~~~~
+
+ + click to go back +
+