From eacf80cacc473fe46cb74799c5937f78642726a9 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 15 May 2017 12:57:35 +0200 Subject: Commits 50x error pages. --- layouts/500.html | 37 +++++++++++++++++++++++++++++++++++++ layouts/502.html | 37 +++++++++++++++++++++++++++++++++++++ layouts/503.html | 37 +++++++++++++++++++++++++++++++++++++ layouts/504.html | 37 +++++++++++++++++++++++++++++++++++++ 4 files changed, 148 insertions(+) create mode 100644 layouts/500.html create mode 100644 layouts/502.html create mode 100644 layouts/503.html create mode 100644 layouts/504.html diff --git a/layouts/500.html b/layouts/500.html new file mode 100644 index 0000000..f780401 --- /dev/null +++ b/layouts/500.html @@ -0,0 +1,37 @@ +{{partial "header.tmpl" .}} +
+

500 - something went wrong

+
+ +
+
+
+
    +
  • +
    Oops, something went wrong. Reload the page or try again.
    +
    +
    +_                ___       _.--. 
    +\`.|\..----...-'`   `-._.-'_.-'` 
    +/  ' `         ,       __.--'    
    +)/' _/     \   `-_,   /          
    +`-'" `"\_  ,_.-;_.-\_ ',         
    +    _.-'_./   {_.'   ; /         
    +   {_.-``-'         {_/          
    +   ~~~~~~          ~~~~~         
    +					
    +
  • +
+
+
+
+ +
+
+

+ click to go back +

+
+
+{{partial "footer.tmpl"}} + diff --git a/layouts/502.html b/layouts/502.html new file mode 100644 index 0000000..8947c54 --- /dev/null +++ b/layouts/502.html @@ -0,0 +1,37 @@ +{{partial "header.tmpl" .}} +
+

502 - bad gateway

+
+ +
+
+
+
    +
  • +
    Oops, the requested service is offline. Reload the page or try again.
    +
    +
    +_                ___       _.--. 
    +\`.|\..----...-'`   `-._.-'_.-'` 
    +/  ' `         ,       __.--'    
    +)/' _/     \   `-_,   /          
    +`-'" `"\_  ,_.-;_.-\_ ',         
    +    _.-'_./   {_.'   ; /         
    +   {_.-``-'         {_/          
    +   ~~~~~~          ~~~~~         
    +					
    +
  • +
+
+
+
+ +
+
+

+ click to go back +

+
+
+{{partial "footer.tmpl"}} + diff --git a/layouts/503.html b/layouts/503.html new file mode 100644 index 0000000..c1178a8 --- /dev/null +++ b/layouts/503.html @@ -0,0 +1,37 @@ +{{partial "header.tmpl" .}} +
+

503 - service unavailable

+
+ +
+
+
+
    +
  • +
    Oops, the page is unavailable. Reload the page or try again.
    +
    +
    +_                ___       _.--. 
    +\`.|\..----...-'`   `-._.-'_.-'` 
    +/  ' `         ,       __.--'    
    +)/' _/     \   `-_,   /          
    +`-'" `"\_  ,_.-;_.-\_ ',         
    +    _.-'_./   {_.'   ; /         
    +   {_.-``-'         {_/          
    +   ~~~~~~          ~~~~~         
    +					
    +
  • +
+
+
+
+ +
+
+

+ click to go back +

+
+
+{{partial "footer.tmpl"}} + diff --git a/layouts/504.html b/layouts/504.html new file mode 100644 index 0000000..c4911f5 --- /dev/null +++ b/layouts/504.html @@ -0,0 +1,37 @@ +{{partial "header.tmpl" .}} +
+

504 - time out

+
+ +
+
+
+
    +
  • +
    Oops, the requested service is offline. Reload the page or try again.
    +
    +
    +_                ___       _.--. 
    +\`.|\..----...-'`   `-._.-'_.-'` 
    +/  ' `         ,       __.--'    
    +)/' _/     \   `-_,   /          
    +`-'" `"\_  ,_.-;_.-\_ ',         
    +    _.-'_./   {_.'   ; /         
    +   {_.-``-'         {_/          
    +   ~~~~~~          ~~~~~         
    +					
    +
  • +
+
+
+
+ +
+
+

+ click to go back +

+
+
+{{partial "footer.tmpl"}} + -- cgit v1.2.3