jilo-web/app/templates/error-notfound.php

9 lines
280 B
PHP
Raw Normal View History

<div class="text-center">
2024-09-13 11:02:59 +00:00
<div class="mt-3 h5">The page is not found.</div>
<div>
2024-10-04 11:18:28 +00:00
<small>go to <a href="<?= htmlspecialchars($app_root) ?>">front page</a> or to <a href="<?= htmlspecialchars($app_root) ?>?page=profile">your profile</a></small>
</div>
</div>