minor visual fix and added html lang everywhere
This commit is contained in:
4
cgu.php
4
cgu.php
@@ -3,9 +3,9 @@ require_once 'includes/_config.php';
|
|||||||
$currentPage = $pages['cgu'];
|
$currentPage = $pages['cgu'];
|
||||||
|
|
||||||
?><!DOCTYPE html>
|
?><!DOCTYPE html>
|
||||||
<html>
|
<html lang="fr">
|
||||||
<head>
|
<head>
|
||||||
<?php include 'includes/_meta.php'; ?>
|
<?php include 'includes/_meta.php'; ?>
|
||||||
<meta name="description" content="clawd.fr Conditions Générales d'Utilisation" />
|
<meta name="description" content="clawd.fr Conditions Générales d'Utilisation" />
|
||||||
<link rel="canonical" href="https://clawd.fr/cgu" />
|
<link rel="canonical" href="https://clawd.fr/cgu" />
|
||||||
<title>clawd.fr - Conditions Générales d'Utilisation</title>
|
<title>clawd.fr - Conditions Générales d'Utilisation</title>
|
||||||
|
|||||||
4
cgv.php
4
cgv.php
@@ -3,9 +3,9 @@ require_once 'includes/_config.php';
|
|||||||
$currentPage = $pages['cgv'];
|
$currentPage = $pages['cgv'];
|
||||||
|
|
||||||
?><!DOCTYPE html>
|
?><!DOCTYPE html>
|
||||||
<html>
|
<html lang="fr">
|
||||||
<head>
|
<head>
|
||||||
<?php include 'includes/_meta.php'; ?>
|
<?php include 'includes/_meta.php'; ?>
|
||||||
<meta name="description" content="clawd.fr Conditions Générales de Vente" />
|
<meta name="description" content="clawd.fr Conditions Générales de Vente" />
|
||||||
<link rel="canonical" href="https://clawd.fr/cgv" />
|
<link rel="canonical" href="https://clawd.fr/cgv" />
|
||||||
<title>clawd.fr - Conditions Générales de Vente</title>
|
<title>clawd.fr - Conditions Générales de Vente</title>
|
||||||
|
|||||||
@@ -3,9 +3,9 @@ require_once 'includes/_config.php';
|
|||||||
$currentPage = $pages['interventions'];
|
$currentPage = $pages['interventions'];
|
||||||
|
|
||||||
?><!DOCTYPE html>
|
?><!DOCTYPE html>
|
||||||
<html>
|
<html lang="fr">
|
||||||
<head>
|
<head>
|
||||||
<?php include 'includes/_meta.php'; ?>
|
<?php include 'includes/_meta.php'; ?>
|
||||||
<meta name="description" content="clawd.fr Interventions passées et à venir" />
|
<meta name="description" content="clawd.fr Interventions passées et à venir" />
|
||||||
<link rel="canonical" href="https://clawd.fr/interventions" />
|
<link rel="canonical" href="https://clawd.fr/interventions" />
|
||||||
<title>clawd.fr - Interventions passées et à venir</title>
|
<title>clawd.fr - Interventions passées et à venir</title>
|
||||||
|
|||||||
@@ -3,9 +3,9 @@ require_once 'includes/_config.php';
|
|||||||
$currentPage = $pages['mentions'];
|
$currentPage = $pages['mentions'];
|
||||||
|
|
||||||
?><!DOCTYPE html>
|
?><!DOCTYPE html>
|
||||||
<html>
|
<html lang="fr">
|
||||||
<head>
|
<head>
|
||||||
<?php include 'includes/_meta.php'; ?>
|
<?php include 'includes/_meta.php'; ?>
|
||||||
<meta name="description" content="clawd.fr Mentions Légales" />
|
<meta name="description" content="clawd.fr Mentions Légales" />
|
||||||
<link rel="canonical" href="https://clawd.fr/mentionslegales" />
|
<link rel="canonical" href="https://clawd.fr/mentionslegales" />
|
||||||
<title>clawd.fr - Mentions Légales</title>
|
<title>clawd.fr - Mentions Légales</title>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ require_once 'includes/_config.php';
|
|||||||
$currentPage = $pages['solutions'];
|
$currentPage = $pages['solutions'];
|
||||||
|
|
||||||
?><!DOCTYPE html>
|
?><!DOCTYPE html>
|
||||||
<html>
|
<html lang="fr">
|
||||||
<head>
|
<head>
|
||||||
<?php include 'includes/_meta.php'; ?>
|
<?php include 'includes/_meta.php'; ?>
|
||||||
<meta name="description" content="clawd.fr Solutions d'hébergement Nextcloud à prix libre" />
|
<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'];
|
$currentPage = $pages['transparence'];
|
||||||
|
|
||||||
?><!DOCTYPE html>
|
?><!DOCTYPE html>
|
||||||
<html>
|
<html lang="fr">
|
||||||
<head>
|
<head>
|
||||||
<?php include 'includes/_meta.php'; ?>
|
<?php include 'includes/_meta.php'; ?>
|
||||||
<meta name="description" content="clawd.fr Hébergeur engagé et transparent" />
|
<meta name="description" content="clawd.fr Hébergeur engagé et transparent" />
|
||||||
@@ -12,7 +12,7 @@ $currentPage = $pages['transparence'];
|
|||||||
|
|
||||||
<?php include 'includes/_assets.php'; ?>
|
<?php include 'includes/_assets.php'; ?>
|
||||||
</head>
|
</head>
|
||||||
<body class="clawd index">
|
<body class="clawd">
|
||||||
|
|
||||||
<?php include 'includes/_menus.php'; ?>
|
<?php include 'includes/_menus.php'; ?>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user