summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorDenise sur Lya <sekhmet@lya>2020-06-19 17:05:32 +0200
committerDenise sur Lya <sekhmet@lya>2020-06-19 17:05:32 +0200
commit61020126080c00be471ea41a0b25109469d8bda1 (patch)
tree1300bf4730f56a9a3670a9255a2e5ed8ee4c0b4c /templates/base.html
parent93ba28a72f0df1e113ad12736839b8c6e12de7ae (diff)
downloadoms-61020126080c00be471ea41a0b25109469d8bda1.tar.gz
oms-61020126080c00be471ea41a0b25109469d8bda1.tar.zst
oms-61020126080c00be471ea41a0b25109469d8bda1.zip
amélioration du code encore
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