Footer and Header Includes added

This commit is contained in:
2025-11-10 21:27:58 +01:00
parent 5f39e3497d
commit be1ef92cc6
6 changed files with 4584 additions and 184 deletions

View File

@@ -7,6 +7,8 @@
<link rel="stylesheet" href="shared/css/style.css">
</head>
<body>
<?php include __DIR__ . '/includes/header.html'; ?>
<main>
<h1>🎄 Bratonien Adventskalender</h1>
<p>Willkommen im Adventskalender-Archiv von Bratonien.</p>
@@ -17,5 +19,7 @@
</ul>
</section>
</main>
<?php include __DIR__ . '/includes/footer.html'; ?>
</body>
</html>
</html>