23 lines
323 B
HTML
Executable File
23 lines
323 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
|
|
<? include('blocks/d.head.html'); ?>
|
|
|
|
<body>
|
|
|
|
<? include('blocks/d.nav.html'); ?>
|
|
|
|
<section>
|
|
<h1>Mise à jour.</h1>
|
|
<br>
|
|
<pre><?
|
|
foreach($output as $line) {
|
|
echo $line."<br>";
|
|
}
|
|
?></pre>
|
|
</section>
|
|
|
|
<? include('blocks/d.footer.html'); ?>
|
|
|
|
</body>
|
|
</html> |