mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-24 07:49:28 -07:00
6 lines
156 B
PHP
6 lines
156 B
PHP
<?php $this->layout('template.base', ['title' => $title]) ?>
|
|
|
|
<h1>404</h1>
|
|
<div class="content">
|
|
<p>The requested page could not be found :(</p>
|
|
</div>
|