projekt templade added

This commit is contained in:
2025-06-12 16:36:11 +02:00
parent d10b697c8c
commit 526b6504a8
22 changed files with 558 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php include dirname(__DIR__).'/header.phtml'; ?>
<h2><?=$error?></h2>
<p><?=$debug?></p>
<?php include dirname(__DIR__).'/footer.phtml'; ?>