Initial Commit

This commit is contained in:
2025-06-14 17:42:12 +02:00
commit 815dbb4139
23 changed files with 3606 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
require 'vendor/autoload.php';
echo (new Kirby([
'roots' => [
'index' => __DIR__
]
]))->render();