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

9 lines
244 B
PHP

<div class="text-center">
<div class="mt-3 h5">The page is not found.</div>
<div>
<small>go to <a href="<?= $app_root ?>">front page</a> or to <a href="<?= $app_root ?>?page=profile">your profile</a></small>
</div>
</div>