blob: 287f7149382194b59d481120df1ff659e2fc56da (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" >
<title>Courbe de poids OMS</title>
</head>
<body>
<h1>Courbe de poids OMS</h1>
<div id="content">
{% block contenu %}{% endblock %}
</div>
<nav><a href="/">Accueil et saisie des données</a> |
<a href="/apropos">À propos</a> |
</nav>
</body>
</html>
|