forked from external-repos/pa11y-dashboard
15 lines
438 B
HTML
15 lines
438 B
HTML
<div class="col-md-8">
|
|
<h1>Eeek! 500 error. This is serious.</h1>
|
|
<p class="h2">There isn't much you can do about this.</h2>
|
|
<p class="h4">Give it another go or try the <a href="/">home page</a>.</h4>
|
|
{{#if error}}
|
|
<h2>Stack-Trace</h2>
|
|
<pre>{{error.stack}}</pre>
|
|
{{/if}}
|
|
</div>
|
|
<div class="col-md-4">
|
|
<div class="well well-lg">
|
|
<p class="h2 text-center">Server Error Score</p>
|
|
<p class="supersize-me">lots</p>
|
|
</div>
|
|
</div> |