summaryrefslogtreecommitdiff
path: root/Views/Includes/incl_global_header.php
diff options
context:
space:
mode:
Diffstat (limited to 'Views/Includes/incl_global_header.php')
-rw-r--r--Views/Includes/incl_global_header.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/Views/Includes/incl_global_header.php b/Views/Includes/incl_global_header.php
new file mode 100644
index 0000000..060340c
--- /dev/null
+++ b/Views/Includes/incl_global_header.php
@@ -0,0 +1,15 @@
+<?php
+// ****************************************************************************
+// Description: Header commmun à 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">
+');
+?> \ No newline at end of file