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
+3
View File
@@ -0,0 +1,3 @@
<?php
define('ROOT', __DIR__);
require __DIR__ . '/src/router.php';