diff --git a/_includes/custom-head.html b/_includes/custom-head.html new file mode 100644 index 0000000..6a512ed --- /dev/null +++ b/_includes/custom-head.html @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100644 index 0000000..5ff4a50 Binary files /dev/null and b/apple-touch-icon.png differ diff --git a/favicon-96x96.png b/favicon-96x96.png new file mode 100644 index 0000000..156260d Binary files /dev/null and b/favicon-96x96.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..c610178 Binary files /dev/null and b/favicon.ico differ diff --git a/favicon.svg b/favicon.svg new file mode 100644 index 0000000..820bfbe --- /dev/null +++ b/favicon.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/site.webmanifest b/site.webmanifest new file mode 100644 index 0000000..e13a7e9 --- /dev/null +++ b/site.webmanifest @@ -0,0 +1,21 @@ +{ + "name": "MyWebSite", + "short_name": "MySite", + "icons": [ + { + "src": "/multigec-2025/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/multigec-2025/web-app-manifest-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} \ No newline at end of file diff --git a/web-app-manifest-192x192.png b/web-app-manifest-192x192.png new file mode 100644 index 0000000..a071752 Binary files /dev/null and b/web-app-manifest-192x192.png differ diff --git a/web-app-manifest-512x512.png b/web-app-manifest-512x512.png new file mode 100644 index 0000000..f3a1e92 Binary files /dev/null and b/web-app-manifest-512x512.png differ