diff options
Diffstat (limited to 'Template/Include/incl_global_header.php')
| -rw-r--r-- | Template/Include/incl_global_header.php | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Template/Include/incl_global_header.php b/Template/Include/incl_global_header.php new file mode 100644 index 0000000..9847bf1 --- /dev/null +++ b/Template/Include/incl_global_header.php @@ -0,0 +1,22 @@ +<?php + +// ############################################################################ +// # # +// # Description: Header commmun à toutes les pages # +// # # +// ############################################################################ + +// **************************************************************************** +// METADATA COMMUNE A TOUTES LES PAGES +// **************************************************************************** +echo('<meta charset="UTF-8"> +<meta name="viewport" content="width=device-width, initial-scale=1.0"> +<link href="/Static/Css/main.css" rel="stylesheet"> +<link href="/Static/Css/navbar.css" rel="stylesheet"> +<link href="/Static/Css/footer.css" rel="stylesheet"> +<!-- https://fontawesome.com/v5.15/how-to-use/on-the-web/setup/hosting-font-awesome-yourself --> +<link href="/Static/Css/Fontsawesome/all.css" rel="stylesheet"> +<!-- https://semantic-ui.com/elements/flag.html --> +<link href="/Static/Css/Flags/flag.css" rel="stylesheet">'.PHP_EOL); + +?>
\ No newline at end of file |
