kabano/views/d.admin.git-pull.html

23 行
323 B
HTML
実行ファイル

<!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>