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 /index.php | |
parent | aec4f60a6f3f8087e86a2652e6d6164b4b99ba37 (diff) | |
download | ordipolo-98ba95dafddda83eaaec1eedfda74b12dd7a39e4.zip |
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -8,6 +8,7 @@ | |||
8 | <link rel="stylesheet" href="ordipolo.css"> | 8 | <link rel="stylesheet" href="ordipolo.css"> |
9 | <meta name="description" content="Ordipolo assistance informatique à domicile et réparation d'ordinateurs windows et linux. Services à la personne sur Quimper 29."> | 9 | <meta name="description" content="Ordipolo assistance informatique à domicile et réparation d'ordinateurs windows et linux. Services à la personne sur Quimper 29."> |
10 | <meta name="viewport" content="width=device-width"> <!-- empêche certains navigateurs de faire un dézoom --> | 10 | <meta name="viewport" content="width=device-width"> <!-- empêche certains navigateurs de faire un dézoom --> |
11 | <?php include("matomo.php"); ?> | ||
11 | </head> | 12 | </head> |
12 | 13 | ||
13 | <body> | 14 | <body> |
@@ -15,7 +16,7 @@ | |||
15 | <?php /* echo $_SERVER['HTTP_REFERER'] . "\n"; */ ?> | 16 | <?php /* echo $_SERVER['HTTP_REFERER'] . "\n"; */ ?> |
16 | <header> | 17 | <header> |
17 | <?php $actuelle = "accueil"; ?> | 18 | <?php $actuelle = "accueil"; ?> |
18 | <?php include ("menu.php"); ?> | 19 | <?php include("menu.php"); ?> |
19 | 20 | ||
20 | <div> | 21 | <div> |
21 | <img id="logohaut" src="images/logo.png" alt="ordipolo dépannage informatique Quimper"> | 22 | <img id="logohaut" src="images/logo.png" alt="ordipolo dépannage informatique Quimper"> |
@@ -242,6 +243,6 @@ Maintenance et sécurité : | |||
242 | <h1><a href="#bloc_page">Remonter en haut de la page.</a></h1> | 243 | <h1><a href="#bloc_page">Remonter en haut de la page.</a></h1> |
243 | </footer> | 244 | </footer> |
244 | </div> | 245 | </div> |
245 | <script src="detecteur.js"></script> | 246 | <!--<script src="detecteur.js"></script>--> |
246 | </body> | 247 | </body> |
247 | </html> | 248 | </html> |