From db097bd6e142a5688e5bbca8ce2c1b28ead1089b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Thu, 17 Jul 2025 20:10:05 +0400 Subject: [PATCH] add PWA meta tags and service worker registration --- index.php | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 71 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index b26992b..3651220 100644 --- a/index.php +++ b/index.php @@ -21,7 +21,16 @@ setSecurityHeaders(); - + + + + + + + + + + @@ -377,5 +386,66 @@ setSecurityHeaders(); + + +