diff options
author | polo <ordipolo@gmx.fr> | 2023-08-09 22:36:04 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2023-08-09 22:36:04 +0200 |
commit | 67e6006d8e748ca4906daaf6b71618e4e66d78a8 (patch) | |
tree | daf310b5a862f88a58763b9eff087ec046d655dc /contact.php | |
parent | e9f7d60518259b3d01e12edb16bb76fa2a7f805d (diff) | |
download | ordipolo-67e6006d8e748ca4906daaf6b71618e4e66d78a8.zip |
section pack sécurité, bug .htaccess
Diffstat (limited to 'contact.php')
-rw-r--r-- | contact.php | 5 |
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> |