diff options
| author | Debulois <quentin@debulois.fr> | 2022-04-04 22:58:43 +0200 |
|---|---|---|
| committer | Debulois <quentin@debulois.fr> | 2022-04-04 22:58:43 +0200 |
| commit | 5582d242d03692a7e1b2c631e1b4ff3f52e8b72c (patch) | |
| tree | c1e0242053a46d7b4145111a78a3e86e3cfd2f0d /Templates/Includes/incl_global_header.php | |
| parent | b637d625216e50602d0bde8a544c281ca00af5fa (diff) | |
Révision complète du css et modification du js principalement
Diffstat (limited to 'Templates/Includes/incl_global_header.php')
| -rw-r--r-- | Templates/Includes/incl_global_header.php | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Templates/Includes/incl_global_header.php b/Templates/Includes/incl_global_header.php deleted file mode 100644 index 3ad0965..0000000 --- a/Templates/Includes/incl_global_header.php +++ /dev/null @@ -1,22 +0,0 @@ -<?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); - -?>
\ No newline at end of file |
