diff options
Diffstat (limited to '')
-rw-r--r-- | assets/css/_error.less | 4 | ||||
-rw-r--r-- | template/500.phtml | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/assets/css/_error.less b/assets/css/_error.less index 2ccaf6d..a16370b 100644 --- a/assets/css/_error.less +++ b/assets/css/_error.less @@ -18,6 +18,10 @@ body.e500 { } body.e500 { + h2 { + margin-bottom: 50px; + } + pre { text-align: left; } diff --git a/template/500.phtml b/template/500.phtml index f3e5db3..fd67a27 100644 --- a/template/500.phtml +++ b/template/500.phtml @@ -1,5 +1,6 @@ <div class="container"> - <h1>500 Internal Winkekatze Error</h1> + <h1>Keep Calm and use your Towel</h1> + <h2>And maybe report to <a href="https://twitter.com/c3voc">@c3voc</a> that you've seen this error:</h2> <div class="well"> <pre><?=h($e)?></pre> </div> |