keyoxide-web/views/404.php
Yarmo Mackenbach 583e8cbae2 Updated design
2020-07-11 19:33:56 +02:00

6 lines
160 B
PHP

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