summaryrefslogtreecommitdiff
path: root/contact.php
diff options
context:
space:
mode:
Diffstat (limited to 'contact.php')
-rw-r--r--contact.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/contact.php b/contact.php
index 6cafb2d..0a6b84b 100644
--- a/contact.php
+++ b/contact.php
@@ -22,8 +22,7 @@ else
22<html lang="fr"> 22<html lang="fr">
23 <head> 23 <head>
24 <!-- pour pouvoir envoyer un mail html, l'en-tête content-type doit être présente --> 24 <!-- pour pouvoir envoyer un mail html, l'en-tête content-type doit être présente -->
25 <meta http-equiv="Content-Type" content="text/html"> 25 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
26 <meta charset="utf-8">
27 <title>Contacter Ordipolo</title> 26 <title>Contacter Ordipolo</title>
28 <link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico"> 27 <link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
29 <link rel="icon" type="image/png" href="images/favicon.png"> 28 <link rel="icon" type="image/png" href="images/favicon.png">
@@ -97,6 +96,6 @@ else
97 </article> 96 </article>
98 </section> 97 </section>
99 </div> 98 </div>
99 <script src="detecteur.js"></script>
100 </body> 100 </body>
101 <script src="detecteur.js"></script>
102</html> 101</html>