Files
website/app/views/errors/404.php
T
Riyyi a8056b66cc Initial commit
Couldnt keep the history unfortunately.
2021-03-03 17:55:48 +01:00

9 lines
231 B
PHP

<div class="content shadow p-4 mb-4">
<div class="navbar-padding">
<p>Error <strong>404</strong>.</p>
<p>requested URL <?= $_SERVER["REQUEST_URI"] ?> was not found on this server.</p>
</div>
<div class="pb-5"></div>
</div>