Add meta tags and factorize them
This commit is contained in:
parent
5718f0a0aa
commit
6e5127bf1c
@ -5,10 +5,8 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<?php include 'includes/header.html'; ?>
|
||||
<title>À propos</title>
|
||||
<link rel="SHORTCUT ICON" HREF="ressources/logo.svg">
|
||||
<style type="text/css"></style>
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
|
@ -5,9 +5,8 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<HEAD>
|
||||
<meta charset="UTF-8">
|
||||
<title>Contact</title>
|
||||
<link rel="SHORTCUT ICON" HREF="ressources/logo.svg">
|
||||
<?php include 'includes/header.html'; ?>
|
||||
<title>Contact</title>
|
||||
</HEAD>
|
||||
|
||||
<BODY>
|
||||
|
4
html/includes/header.html
Normal file
4
html/includes/header.html
Normal file
@ -0,0 +1,4 @@
|
||||
<link rel="SHORTCUT ICON" HREF="ressources/logo.svg">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="author" content="GNOUS's Not Only Ultra Symbolic">
|
||||
<meta name="description" content="GNOUS est un projet expérimental qui œuvre pour la réappropriation locale, technique et politique de l'outil numérique, tant dans son administration que son utilisation. Dans ce but, ce projet fournit des services dégafamisés, libres et gratuits à sa communauté.">
|
@ -26,9 +26,8 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<HEAD>
|
||||
<meta charset="UTF-8">
|
||||
<title>Accueil</title>
|
||||
<link rel="SHORTCUT ICON" HREF="ressources/logo.svg">
|
||||
<?php include 'includes/header.html'; ?>
|
||||
<title>Accueil</title>
|
||||
</HEAD>
|
||||
<BODY>
|
||||
<CENTER>
|
||||
|
@ -5,9 +5,8 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<HEAD>
|
||||
<meta charset="UTF-8">
|
||||
<?php include 'includes/header.html'; ?>
|
||||
<title>Mentions légales</title>
|
||||
<link rel="SHORTCUT ICON" HREF="ressources/logo.svg">
|
||||
</HEAD>
|
||||
|
||||
<BODY>
|
||||
@ -19,7 +18,7 @@
|
||||
<?php include 'includes/mtime.php'; ?>
|
||||
|
||||
<h2 id="mentions_legales">Mentions légales</h2>
|
||||
<p>GNOUS est un collectif des plus informels et sans but lucratif. Ses objectifs sont résumés sur la page <a href="apropos.php" title="https://www.gnous.fr/apropos.php">à propos</a>.</p>
|
||||
<p>GNOUS's Not Only Ultra Symbolic est un projet expérimental dirigé par un collectif des plus informels et sans but lucratif. Ses objectifs sont résumés sur la page <a href="apropos.php" title="https://www.gnous.fr/apropos.php">à propos</a>.</p>
|
||||
<p>Cependant, GNOUS étant légalement rattaché à une personne physique, celle-ci a le droit de conserver son anonymat dès lors qu'elle a communiqué à son hébergeur les mentions légales la concernant (<a href="https://www.legifrance.gouv.fr/loda/article_lc/LEGIARTI000043982464" target="_blank" title="https://www.legifrance.gouv.fr/loda/article_lc/LEGIARTI000043982464 (nouvel onglet)">LCEN 6-III-2</a>).
|
||||
Le site et tous les services sont hébergés chez ONLINE (<a href="http://www.online.net/" target="_blank" title="http://www.online.net/ (nouvel onglet)">online.net</a>).
|
||||
<pre>> ONLINE SAS est une société immatriculée au RCS de Paris sous le numéro 433 115 904 sise 8, rue de la ville l'Evêque, 75008 Paris.</pre>
|
||||
|
@ -5,16 +5,15 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<HEAD>
|
||||
<meta charset="UTF-8">
|
||||
<title>Politiques</title>
|
||||
<link rel="SHORTCUT ICON" HREF="ressources/logo.svg">
|
||||
<style>
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
text-align: justify;
|
||||
}
|
||||
</style>
|
||||
<?php include 'includes/header.html'; ?>
|
||||
<title>Politiques</title>
|
||||
<style>
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
text-align: justify;
|
||||
}
|
||||
</style>
|
||||
</HEAD>
|
||||
|
||||
<BODY>
|
||||
|
@ -5,10 +5,8 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<?php include 'includes/header.html'; ?>
|
||||
<title>Services</title>
|
||||
<link rel="SHORTCUT ICON" HREF="ressources/logo.svg">
|
||||
<style type="text/css"></style>
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
|
@ -5,15 +5,14 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<HEAD>
|
||||
<meta charset="UTF-8">
|
||||
<title>Statistiques</title>
|
||||
<link rel="SHORTCUT ICON" HREF="ressources/logo.svg">
|
||||
<style>
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
</style>
|
||||
<?php include 'includes/header.html'; ?>
|
||||
<title>Statistiques</title>
|
||||
<style>
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
</style>
|
||||
</HEAD>
|
||||
|
||||
<BODY>
|
||||
|
Loading…
Reference in New Issue
Block a user