summaryrefslogtreecommitdiff
path: root/layouts/503
diff options
context:
space:
mode:
authorMax2017-05-15 13:29:13 +0200
committerMax2017-05-15 13:29:13 +0200
commit5c5ab240ab3f9da861663d0227c8f96ad5811145 (patch)
tree3636839e51e0268e987d974e2f9bfc01ce6ac35e /layouts/503
parent6f5143eaab67f67ac3beb572d5487851f20502ed (diff)
parentd1dcf3144a0f076992ca4f43f28135ae514861ce (diff)
downloadiamfabulous.de-5c5ab240ab3f9da861663d0227c8f96ad5811145.tar.gz
Merge branch 'master' of git.iamfabulous.de:iamfabulous.de
Diffstat (limited to 'layouts/503')
-rw-r--r--layouts/503/single.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/layouts/503/single.html b/layouts/503/single.html
new file mode 100644
index 0000000..c1178a8
--- /dev/null
+++ b/layouts/503/single.html
@@ -0,0 +1,37 @@
+{{partial "header.tmpl" .}}
+<div class="row">
+ <header><p>503 - service unavailable</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, the page is unavailable. 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"}}
+