2023-12-23 21:42:28 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2024-02-08 18:02:16 +01:00
|
|
|
<?php
|
|
|
|
$titre_page = "Ensemble de documents";
|
|
|
|
include "_partials/_head.php";
|
|
|
|
?>
|
2023-12-23 21:42:28 +01:00
|
|
|
<body>
|
|
|
|
|
|
|
|
</body>
|
2024-02-08 18:02:16 +01:00
|
|
|
<?php
|
|
|
|
include "_partials/footer.php";
|
|
|
|
?>
|
2023-12-23 21:42:28 +01:00
|
|
|
</html>
|