Initial commit of simple php site.

This commit is contained in:
2026-05-22 13:02:57 +02:00
parent 96419b9f81
commit b2b00df260
11 changed files with 129 additions and 7 deletions
+6
View File
@@ -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') ?>