summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index b84df6f..58e094d 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -4,7 +4,8 @@
4 <head> 4 <head>
5 <meta charset="UTF-8" > 5 <meta charset="UTF-8" >
6 <title>Courbes de croissance OMS de l'enfant</title> 6 <title>Courbes de croissance OMS de l'enfant</title>
7 <link rel="stylesheet" href="static/style.css" type="text/css"> 7 <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}" type="text/css">
8 <link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
8 <script src="static/requetes.js"></script> 9 <script src="static/requetes.js"></script>
9 <script src="static/outilspage.js"></script> 10 <script src="static/outilspage.js"></script>
10 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 11 <meta name="viewport" content="width=device-width, initial-scale=1.0">