willy.club/views/errors/404.php
2023-01-20 20:33:45 +01:00

5 lines
214 B
PHP

<?=view('templates/header', ['title' => 'Page not found'])?>
<h1>Page not found</h1>
<p>The page you requested could not be found on this server</p>
<a href="<?=url('/')?>">Go home</a>
<?=view('templates/footer')?>