summaryrefslogtreecommitdiff
path: root/src/view/templates/head.php
diff options
context:
space:
mode:
authorpolo-pc-greta <ordipolo@gmx.fr>2025-03-27 10:13:03 +0100
committerpolo-pc-greta <ordipolo@gmx.fr>2025-03-27 10:13:03 +0100
commitdf3612ed7e6691530503f79483d2fdbc032d01b8 (patch)
tree56d1c68fdc8625f5dad1937a654299d45142c79a /src/view/templates/head.php
downloadcms-df3612ed7e6691530503f79483d2fdbc032d01b8.zip
mise en ligne github
Diffstat (limited to 'src/view/templates/head.php')
-rw-r--r--src/view/templates/head.php11
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