minor visual fix and added html lang everywhere

master
Adrien W 4 years ago
parent 03edea7dd8
commit 30021b6577

@ -3,9 +3,9 @@ require_once 'includes/_config.php';
$currentPage = $pages['cgu'];
?><!DOCTYPE html>
<html>
<html lang="fr">
<head>
<?php include 'includes/_meta.php'; ?>
<?php include 'includes/_meta.php'; ?>
<meta name="description" content="clawd.fr Conditions Générales d'Utilisation" />
<link rel="canonical" href="https://clawd.fr/cgu" />
<title>clawd.fr - Conditions Générales d'Utilisation</title>

@ -3,9 +3,9 @@ require_once 'includes/_config.php';
$currentPage = $pages['cgv'];
?><!DOCTYPE html>
<html>
<html lang="fr">
<head>
<?php include 'includes/_meta.php'; ?>
<?php include 'includes/_meta.php'; ?>
<meta name="description" content="clawd.fr Conditions Générales de Vente" />
<link rel="canonical" href="https://clawd.fr/cgv" />
<title>clawd.fr - Conditions Générales de Vente</title>

@ -3,9 +3,9 @@ require_once 'includes/_config.php';
$currentPage = $pages['interventions'];
?><!DOCTYPE html>
<html>
<html lang="fr">
<head>
<?php include 'includes/_meta.php'; ?>
<?php include 'includes/_meta.php'; ?>
<meta name="description" content="clawd.fr Interventions passées et à venir" />
<link rel="canonical" href="https://clawd.fr/interventions" />
<title>clawd.fr - Interventions passées et à venir</title>

@ -3,9 +3,9 @@ require_once 'includes/_config.php';
$currentPage = $pages['mentions'];
?><!DOCTYPE html>
<html>
<html lang="fr">
<head>
<?php include 'includes/_meta.php'; ?>
<?php include 'includes/_meta.php'; ?>
<meta name="description" content="clawd.fr Mentions Légales" />
<link rel="canonical" href="https://clawd.fr/mentionslegales" />
<title>clawd.fr - Mentions Légales</title>

@ -3,7 +3,7 @@ require_once 'includes/_config.php';
$currentPage = $pages['solutions'];
?><!DOCTYPE html>
<html>
<html lang="fr">
<head>
<?php include 'includes/_meta.php'; ?>
<meta name="description" content="clawd.fr Solutions d'hébergement Nextcloud à prix libre" />

@ -3,7 +3,7 @@ require_once 'includes/_config.php';
$currentPage = $pages['transparence'];
?><!DOCTYPE html>
<html>
<html lang="fr">
<head>
<?php include 'includes/_meta.php'; ?>
<meta name="description" content="clawd.fr Hébergeur engagé et transparent" />
@ -12,7 +12,7 @@ $currentPage = $pages['transparence'];
<?php include 'includes/_assets.php'; ?>
</head>
<body class="clawd index">
<body class="clawd">
<?php include 'includes/_menus.php'; ?>

Loading…
Cancel
Save