summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 8b96c17..40a73b0 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -7,6 +7,7 @@
7 <link rel="stylesheet" href="static/style.css" type="text/css"> 7 <link rel="stylesheet" href="static/style.css" type="text/css">
8 <script src="static/requetes.js"></script> 8 <script src="static/requetes.js"></script>
9 <script src="static/outilspage.js"></script> 9 <script src="static/outilspage.js"></script>
10 <meta name="viewport" content="width=device-width, initial-scale=1.0">
10 11
11 </head> 12 </head>
12 13