From df8b08ee6dc35b4e956f5197b5315412d93bd2bd Mon Sep 17 00:00:00 2001 From: timotheegoguely Date: Wed, 4 Sep 2024 18:50:06 +0200 Subject: [PATCH] Update header snippet: add favicon, manifest, meta generator and meta robots --- public/favicon.svg | 1 + public/manifest.webmanifest | 9 +++++++++ public/site/snippets/header.php | 28 +++++++++++++++++++--------- 3 files changed, 29 insertions(+), 9 deletions(-) create mode 100644 public/favicon.svg create mode 100644 public/manifest.webmanifest diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..52b8c08 --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest new file mode 100644 index 0000000..ddaaa88 --- /dev/null +++ b/public/manifest.webmanifest @@ -0,0 +1,9 @@ +{ + "short_name": "PdC", + "name": "Pochet du Courval", + "description": "", + "background_color": "#F0F0F0", + "theme_color": "#00968F", + "display": "minimal-ui", + "start_url": "/" +} diff --git a/public/site/snippets/header.php b/public/site/snippets/header.php index deeea87..73785ce 100644 --- a/public/site/snippets/header.php +++ b/public/site/snippets/header.php @@ -1,10 +1,20 @@ - - - - - Document - - - - \ No newline at end of file + + + + + + + Nom du service + + + + + + + + + + + +