Initial commit of simple php site.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?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') ?>
|
||||
Reference in New Issue
Block a user