archinsa/ens.php

23 lines
567 B
PHP
Raw Normal View History

2023-12-23 21:42:28 +01:00
<!DOCTYPE html>
<html lang="en">
<?php
$titre_page = "Ensemble de documents";
include "_partials/_head.php";
?>
2023-12-23 21:42:28 +01:00
<body>
2024-04-06 18:21:03 +02:00
<div class="centre-horizontal bulle-rouge" id="titre">
<pre class="centre-txt gros-titre">
__ ____ ___ _ _ /'/ ____ _ _ ___ __
/__\ ( _ \ / __)( )_( ) (_ _)( \( )/ __) /__\
/(__)\ ) /( (__ ) _ ( _)(_ ) ( \__ \ /(__)\
(__)(__)(_)\_) \___)(_) (_) (____)(_)\_)(___/(__)(__)
</pre>
</div>
<div id="data-container"></div>
2023-12-23 21:42:28 +01:00
</body>
<?php
2024-04-06 18:21:03 +02:00
include "_partials/_footer.php";
?>
2023-12-23 21:42:28 +01:00
</html>