minor visual fix and added html lang everywhere
This commit is contained in:
2
cgu.php
2
cgu.php
@@ -3,7 +3,7 @@ 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" />
|
||||||
|
|||||||
2
cgv.php
2
cgv.php
@@ -3,7 +3,7 @@ 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" />
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ 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" />
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ 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" />
|
||||||
|
|||||||
@@ -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