10 lines
222 B
Plaintext
10 lines
222 B
Plaintext
<div class="error page row">
|
|
<div class="col">
|
|
<h1>Oops!</h1>
|
|
<p>Ett problem har tyvärr uppstått.<p>
|
|
<h2>{error.status} : {error.statusText}</h2>
|
|
<p>{error.message}<p>
|
|
<pre>{error.stack}</pre>
|
|
</div>
|
|
</div>
|