summaryrefslogtreecommitdiff
path: root/infos.php
diff options
context:
space:
mode:
Diffstat (limited to 'infos.php')
-rw-r--r--infos.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/infos.php b/infos.php
index 7d0be18..6e99364 100644
--- a/infos.php
+++ b/infos.php
@@ -8,13 +8,14 @@
8 <link rel="stylesheet" href="ordipolo.css"> 8 <link rel="stylesheet" href="ordipolo.css">
9 <meta name="description" content="à propos de moi"> 9 <meta name="description" content="à propos de moi">
10 <meta name="viewport" content="width=device-width"> 10 <meta name="viewport" content="width=device-width">
11 <?php include("matomo.php"); ?>
11 </head> 12 </head>
12 13
13 <body> 14 <body>
14 <div id="bloc_page"> 15 <div id="bloc_page">
15 <header> 16 <header>
16 <?php $actuelle = "infos"; ?> 17 <?php $actuelle = "infos"; ?>
17 <?php include ("menu.php"); ?> 18 <?php include("menu.php"); ?>
18 19
19 <p><a href="index.php"> 20 <p><a href="index.php">
20 <img id="logohaut" src="images/logo.png" alt="ordipolo"> 21 <img id="logohaut" src="images/logo.png" alt="ordipolo">
@@ -67,6 +68,6 @@
67 <h1><a href="#bloc_page" >Remonter en haut de la page.</a></h1> 68 <h1><a href="#bloc_page" >Remonter en haut de la page.</a></h1>
68 </footer> 69 </footer>
69 </div> 70 </div>
70 <script src="detecteur.js"></script> 71 <!--<script src="detecteur.js"></script>-->
71 </body> 72 </body>
72</html> 73</html>