23 lines
No EOL
567 B
PHP
23 lines
No EOL
567 B
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<?php
|
|
$titre_page = "Ensemble de documents";
|
|
include "_partials/_head.php";
|
|
?>
|
|
<body>
|
|
<div class="centre-horizontal bulle-rouge" id="titre">
|
|
<pre class="centre-txt gros-titre">
|
|
__ ____ ___ _ _ /'/ ____ _ _ ___ __
|
|
/__\ ( _ \ / __)( )_( ) (_ _)( \( )/ __) /__\
|
|
/(__)\ ) /( (__ ) _ ( _)(_ ) ( \__ \ /(__)\
|
|
(__)(__)(_)\_) \___)(_) (_) (____)(_)\_)(___/(__)(__)
|
|
</pre>
|
|
|
|
</div>
|
|
|
|
<div id="data-container"></div>
|
|
</body>
|
|
<?php
|
|
include "_partials/_footer.php";
|
|
?>
|
|
</html>
|