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