7 lines
181 B
PHP
7 lines
181 B
PHP
<?php include_once(ROOT . '/web/partials/head.php'); ?>
|
|
|
|
<h1>404</h1>
|
|
<p>Seems this is not what you are looking for...</p>
|
|
|
|
<?php include_once(ROOT . '/web/partials/footer.php') ?>
|