dingdagabum

This commit is contained in:
2025-06-30 14:57:32 +02:00
parent 3be7e1ecfd
commit 16a91cc028
8 changed files with 326 additions and 117 deletions

View File

@@ -1,7 +1,5 @@
<!DOCTYPE html>
<html lang="HTML-5">
<?php
include dirname(__DIR__).'/header.phtml';
// Header is included in index.php
?>
<div class="inhalt">
<div class="container-welcome-inhalt">
@@ -10,7 +8,6 @@ include dirname(__DIR__).'/header.phtml';
</div>
</div>
<?php
include dirname(__DIR__).'/footer.phtml';
// Footer is included in index.php
?>
</html>