keyoxide-web/views/404.php

7 lines
156 B
PHP
Raw Normal View History

<?php $this->layout('template.base', ['title' => $title]) ?>
2020-06-29 03:27:45 -06:00
<h1>404</h1>
<div class="content">
<p>The requested page could not be found :(</p>
</div>