Skip to content
Snippets Groups Projects
Commit 923b8507 authored by guillaume's avatar guillaume
Browse files

ok pour pré-prod

parent 8ac2bf66
No related merge requests found
<?php
$page = isset($_GET['page']) ? htmlspecialchars($_GET['page']) : 'Accueil';
$page = isset($_GET['page']) ? htmlspecialchars($_GET['page']) : 'Accueil - restaurant Déli Soupe';
$title = $page
?>
......@@ -11,6 +11,7 @@ $title = $page
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style/styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<title><?php echo $title; ?></title>
</head>
......
......@@ -21,6 +21,12 @@
<li>
<a tabindex="0" href="error.php?page=Indisponible" aria-label="Politique de confidentialité">Politique de confidentialité</a>
</li>
<li>
<a tabindex="0" href="#" aria-label="Conditions d'utilisation">Conditions d'utilisation</a>
</li>
<li>
<a tabindex="0" href="accessibilite.php" aria-label="Accessibilité">Accessibilité</a>
</li>
</ul>
</div>
......
......@@ -51,7 +51,7 @@ header {
}
.logo-header {
width: 15rem;
width: 11rem;
}
.header.expanded {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment