diff --git a/src/app.html b/src/app.html index b0135c1..56409d4 100644 --- a/src/app.html +++ b/src/app.html @@ -26,7 +26,12 @@ /> - + + + + + + %sveltekit.head% diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png new file mode 100644 index 0000000..77a1bfb Binary files /dev/null and b/static/apple-touch-icon.png differ diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..74ddf42 Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/favicon.svg b/static/favicon.svg deleted file mode 100644 index 16774a8..0000000 --- a/static/favicon.svg +++ /dev/null @@ -1,3826 +0,0 @@ -]> \ No newline at end of file diff --git a/static/icon-192.png b/static/icon-192.png new file mode 100644 index 0000000..55229db Binary files /dev/null and b/static/icon-192.png differ diff --git a/static/icon-512.png b/static/icon-512.png new file mode 100644 index 0000000..a107423 Binary files /dev/null and b/static/icon-512.png differ diff --git a/static/icon.svg b/static/icon.svg new file mode 100644 index 0000000..2ce7c05 --- /dev/null +++ b/static/icon.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/static/manifest.webmanifest b/static/manifest.webmanifest new file mode 100644 index 0000000..a893e5b --- /dev/null +++ b/static/manifest.webmanifest @@ -0,0 +1,6 @@ +{ + "icons": [ + { "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" }, + { "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" } + ] +} diff --git a/static/preview.png b/static/preview.png deleted file mode 100644 index ad95a23..0000000 Binary files a/static/preview.png and /dev/null differ