2020-2021/SNT/03_Internet/Simulation/topo.tpl.html

38 lines
1.0 KiB
HTML
Raw Normal View History

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link href="../role.css" rel="stylesheet">
<title>{{ topo }}</title>
<meta name="description" content="topologie">
</head>
<body>
<header>
<span id="layout">
<img src="../{{topo}}/logo.png">
</span>
<span id="title">
<p>Réseau: {{ topo }}</p>
</span>
<span id="number">
</span>
</header>
<main>
<section id="description">
<h2>Description:</h2>
<p>{{ description }}</p>
<h2>Mise en place</h2>
<p>Distribuez les rôles, positionnez vous puis reliez vous pour former le réseau suivant</p>
<img src="../{{topo}}/shape.png">
<h2>Scénarios: </h2>
<ul>
{% for s in scenarios %}
<li>{{ s | replace("{", "") | replace("}", "") }}</li>
{% endfor %}
</ul>
</section>
</main>
</body>
</html>