diff --git a/src/app.html b/src/app.html index 8cdaf8f..03654b5 100644 --- a/src/app.html +++ b/src/app.html @@ -6,6 +6,13 @@ + + + + + + + %sveltekit.head%
diff --git a/static/favicon/apple-touch-icon.png b/static/favicon/apple-touch-icon.png new file mode 100644 index 0000000..0b6b74d Binary files /dev/null and b/static/favicon/apple-touch-icon.png differ diff --git a/static/favicon/favicon-96x96.png b/static/favicon/favicon-96x96.png new file mode 100644 index 0000000..6ff1748 Binary files /dev/null and b/static/favicon/favicon-96x96.png differ diff --git a/static/favicon/favicon.ico b/static/favicon/favicon.ico new file mode 100644 index 0000000..7baf402 Binary files /dev/null and b/static/favicon/favicon.ico differ diff --git a/static/favicon/favicon.svg b/static/favicon/favicon.svg new file mode 100644 index 0000000..84c9f6e --- /dev/null +++ b/static/favicon/favicon.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/static/favicon/site.webmanifest b/static/favicon/site.webmanifest new file mode 100644 index 0000000..eb79e2b --- /dev/null +++ b/static/favicon/site.webmanifest @@ -0,0 +1,21 @@ +{ + "name": "infra", + "short_name": "infra", + "icons": [ + { + "src": "/favicon/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/favicon/web-app-manifest-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "theme_color": "#33292B", + "background_color": "#33292B", + "display": "standalone" +} \ No newline at end of file diff --git a/static/favicon/web-app-manifest-192x192.png b/static/favicon/web-app-manifest-192x192.png new file mode 100644 index 0000000..67a8030 Binary files /dev/null and b/static/favicon/web-app-manifest-192x192.png differ diff --git a/static/favicon/web-app-manifest-512x512.png b/static/favicon/web-app-manifest-512x512.png new file mode 100644 index 0000000..1d74323 Binary files /dev/null and b/static/favicon/web-app-manifest-512x512.png differ