ajout algo glouton + filius

This commit is contained in:
2022-05-04 18:39:31 +02:00
parent 8b544dba16
commit 92c5087408
110 changed files with 6166 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<html>
<head>
<meta charset="UTF-8">
<title>Administration du routeur</title>
<style type="text/css">
body { font-family:Helvetica,Arial,sans-serif; margin-left:4px; }
h1 { margin-top:20px; margin-bottom:0; }
p { margin-left:10px; }
</style>
</head>
<body>
<h1>Parefeu</h1>
<p> <a href="konfig">Configurer le parefeu</a> </p>
<p> <a href="log">Afficher le journal</a> </p>
<h1>Routage</h1>
<p> <a href="routes">Afficher la table de routage</a> </p>
</body>
</html>