This commit is contained in:
2026-03-20 14:13:09 +01:00
parent 898b297eee
commit 1fe166e95b
6 changed files with 13 additions and 8 deletions

View File

@@ -8,7 +8,7 @@
</head>
<body>
<?php include "header.html"?>
<?php include "header.php"?>
<div class="main-body">
<div class="content">
@@ -31,6 +31,6 @@
</div>
</div>
<?php include "footer.html"?>
<?php include "footer.php"?>
</body>
</html>