summaryrefslogtreecommitdiff
path: root/Templates/Includes/incl_global_header.php
blob: 3ad09657bf7b441802f788318a021bba63f95be7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php

// ############################################################################
// #                                                                          #
// # Description: Header commmun à toutes les pages                           #
// #                                                                          #
// ############################################################################

// ****************************************************************************
// METADATA COMMUNE A TOUTES LES PAGES
// ****************************************************************************
echo('<!-- Table d\'encodage -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/Statics/Css/main.css" rel="stylesheet">
<!-- https://fontawesome.com/v5.15/how-to-use/on-the-web/setup/hosting-font-awesome-yourself -->
<link href="/Statics/Css/Fontsawesome/all.css" rel="stylesheet">
<!-- https://semantic-ui.com/elements/flag.html -->
<link href="/Statics/Css/Flags/flag.css" rel="stylesheet">'.PHP_EOL);

?>