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'];
|
||||
|
||||
?><!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<?php include 'includes/_meta.php'; ?>
|
||||
<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'];
|
||||
|
||||
?><!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<?php include 'includes/_meta.php'; ?>
|
||||
<meta name="description" content="clawd.fr Conditions Générales de Vente" />
|
||||
|
||||
@@ -3,7 +3,7 @@ require_once 'includes/_config.php';
|
||||
$currentPage = $pages['interventions'];
|
||||
|
||||
?><!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<?php include 'includes/_meta.php'; ?>
|
||||
<meta name="description" content="clawd.fr Interventions passées et à venir" />
|
||||
|
||||
@@ -3,7 +3,7 @@ require_once 'includes/_config.php';
|
||||
$currentPage = $pages['mentions'];
|
||||
|
||||
?><!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<?php include 'includes/_meta.php'; ?>
|
||||
<meta name="description" content="clawd.fr Mentions Légales" />
|
||||
|
||||
@@ -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'; ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user