summaryrefslogtreecommitdiff
path: root/static/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/base.html')
-rw-r--r--static/base.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/static/base.html b/static/base.html
deleted file mode 100644
index 287f714..0000000
--- a/static/base.html
+++ /dev/null
@@ -1,24 +0,0 @@
1<!DOCTYPE html>
2
3<html lang="fr">
4 <head>
5 <meta charset="UTF-8" >
6 <title>Courbe de poids OMS</title>
7
8 </head>
9
10 <body>
11 <h1>Courbe de poids OMS</h1>
12
13
14 <div id="content">
15 {% block contenu %}{% endblock %}
16
17 </div>
18
19 <nav><a href="/">Accueil et saisie des données</a> |
20 <a href="/apropos">À propos</a> |
21 </nav>
22
23 </body>
24</html>