First commit

This commit is contained in:
isUnknown 2026-04-28 14:52:55 +02:00
commit 4c0fad1446
18 changed files with 1493 additions and 0 deletions

5
index.php Normal file
View file

@ -0,0 +1,5 @@
<?php
require 'kirby/bootstrap.php';
echo (new Kirby)->render();