13 lines
No EOL
200 B
PHP
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>
|