blob: fd67a27def8db884767e4054a8b84f03a6313082 (
plain)
1
2
3
4
5
6
7
8
9
|
<div class="container">
<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>
<?=file_get_contents('assets/img/missing-cat.svg') ?>
</div>
|