diff options
author | polo <ordipolo@gmx.fr> | 2024-01-12 18:49:17 +0100 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2024-01-12 18:49:17 +0100 |
commit | 98ba95dafddda83eaaec1eedfda74b12dd7a39e4 (patch) | |
tree | c9fc35c91ab90386407eea197eae7e0ebfb28782 /contact.php | |
parent | aec4f60a6f3f8087e86a2652e6d6164b4b99ba37 (diff) | |
download | ordipolo-master.zip |
Diffstat (limited to 'contact.php')
-rw-r--r-- | contact.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contact.php b/contact.php index abf2732..c623b59 100644 --- a/contact.php +++ b/contact.php | |||
@@ -35,13 +35,14 @@ else | |||
35 | article{margin-bottom: 20px;} | 35 | article{margin-bottom: 20px;} |
36 | @media screen and (max-width: 750px){aside{display: none;}} | 36 | @media screen and (max-width: 750px){aside{display: none;}} |
37 | </style> | 37 | </style> |
38 | <?php include("matomo.php"); ?> | ||
38 | </head> | 39 | </head> |
39 | 40 | ||
40 | <body> | 41 | <body> |
41 | <div id="bloc_page"> | 42 | <div id="bloc_page"> |
42 | <header> | 43 | <header> |
43 | <?php $actuelle = "contact"; ?> | 44 | <?php $actuelle = "contact"; ?> |
44 | <?php include ("menu.php"); ?> | 45 | <?php include("menu.php"); ?> |
45 | 46 | ||
46 | <p><a href="index.php"> | 47 | <p><a href="index.php"> |
47 | <img id="logohaut" src="images/logo.png" alt="ordipolo"> | 48 | <img id="logohaut" src="images/logo.png" alt="ordipolo"> |
@@ -96,6 +97,6 @@ else | |||
96 | </article> | 97 | </article> |
97 | </section> | 98 | </section> |
98 | </div> | 99 | </div> |
99 | <script src="detecteur.js"></script> | 100 | <!--<script src="detecteur.js"></script>--> |
100 | </body> | 101 | </body> |
101 | </html> | 102 | </html> |