archinsa/ens.php
2024-02-08 18:02:16 +01:00

13 lines
No EOL
200 B
PHP

<!DOCTYPE html>
<html lang="en">
<?php
$titre_page = "Ensemble de documents";
include "_partials/_head.php";
?>
<body>
</body>
<?php
include "_partials/footer.php";
?>
</html>