This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
lnapp/views/errors/400.php

7 lines
141 B
PHP

<h1>Oops!</h1>
<h2>400 Bad Request?</h2>
<?php echo $message; ?>
<div class="error-details">
Sorry, the request couldnt be actioned.
</div>