7 lines
163 B
PHP
7 lines
163 B
PHP
|
<h1>Oops!</h1>
|
||
|
<h2>501 Bother, something went wrong.</h2>
|
||
|
<?php echo $message; ?>
|
||
|
<div class="error-details">
|
||
|
If this keeps happening, please let us know.
|
||
|
</div>
|