Files
kabano/views/d.admin.git-pull.html
2025-07-13 17:57:45 +02:00

23 lines
322 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>