diff options
| author | horus_arch | 2017-05-15 13:13:46 +0200 |
|---|---|---|
| committer | horus_arch | 2017-05-15 13:13:46 +0200 |
| commit | afc090a7e0dcd39d03b4315c944313bd99fe470e (patch) | |
| tree | 436a6978684b0f124a57e73631870fce54b24261 /layouts/504/single.html | |
| parent | 82b14feb2ca7796dc6a5c280c41680a803957273 (diff) | |
| download | iamfabulous.de-afc090a7e0dcd39d03b4315c944313bd99fe470e.tar.gz | |
Error pages are working now.
Diffstat (limited to 'layouts/504/single.html')
| -rw-r--r-- | layouts/504/single.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/layouts/504/single.html b/layouts/504/single.html new file mode 100644 index 0000000..c4911f5 --- /dev/null +++ b/layouts/504/single.html @@ -0,0 +1,37 @@ +{{partial "header.tmpl" .}} +<div class="row"> + <header><p>504 - time out</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 requested service is offline. 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"}} + |
