diff options
Diffstat (limited to 'src/view/templates/head.php')
-rw-r--r-- | src/view/templates/head.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/view/templates/head.php b/src/view/templates/head.php new file mode 100644 index 0000000..1ebb17e --- /dev/null +++ b/src/view/templates/head.php | |||
@@ -0,0 +1,11 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html lang="fr"> | ||
3 | <head> | ||
4 | <meta charset="utf-8"> | ||
5 | <title><?= $title ?></title> | ||
6 | <link rel="icon" type="image/png" href="<?= $favicon ?>" alt="<?= $alt ?>"> | ||
7 | <meta name="description" content="<?= $description ?>"> | ||
8 | <meta name="viewport" content="width=device-width"> | ||
9 | <?= $css ?> | ||
10 | <?= $js ?> | ||
11 | </head> \ No newline at end of file | ||