summaryrefslogtreecommitdiff
path: root/layouts/500.html
diff options
context:
space:
mode:
authorMax2017-05-15 12:57:35 +0200
committerMax2017-05-15 12:57:35 +0200
commiteacf80cacc473fe46cb74799c5937f78642726a9 (patch)
treee346054136bdd837d3dc63885eff0c1a51798226 /layouts/500.html
parentb9c8a048055c1fb559eb591754b89e61155a616a (diff)
downloadiamfabulous.de-eacf80cacc473fe46cb74799c5937f78642726a9.tar.gz
Commits 50x error pages.
Diffstat (limited to 'layouts/500.html')
-rw-r--r--layouts/500.html37
1 files changed, 37 insertions, 0 deletions
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" .}}
+<div class="row">
+ <header><p>500 - something went wrong</p></header>
+</div>
+
+<div class="container journal content">
+ <div class="row">
+ <div class="twelve columns article">
+ <ul>
+ <li class="journal-li">
+ <div class="margin-top">Oops, something went wrong. Reload the page or try again.</div>
+ <br>
+ <pre>
+_ ___ _.--.
+\`.|\..----...-'` `-._.-'_.-'`
+/ ' ` , __.--'
+)/' _/ \ `-_, /
+`-'" `"\_ ,_.-;_.-\_ ',
+ _.-'_./ {_.' ; /
+ {_.-``-' {_/
+ ~~~~~~ ~~~~~
+ </pre>
+ </li>
+ </ul>
+ </div>
+ </div>
+</div>
+
+<div class="container">
+ <div class="row center">
+ <p class="twelve columns" style="margin-top: 20px">
+ <a class="button" href="{{$.Site.BaseURL}}" title="back to index">click to go back</a>
+ </p>
+ </div>
+</div>
+{{partial "footer.tmpl"}}
+