2024-10-22 12:26:08 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="fr">
|
|
|
|
<?php require 'head.php'; ?>
|
2024-12-06 12:13:25 +01:00
|
|
|
<body id="top">
|
2024-10-22 12:26:08 +02:00
|
|
|
<?php require 'nav.php'; ?>
|
|
|
|
<?= $content; ?>
|
|
|
|
<?php require 'footer.php'; ?>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|