From 50ff8cfbb2b4b71f97cba0da0cd545cbc119ec9c Mon Sep 17 00:00:00 2001 From: OmegaRogue Date: Sat, 4 Apr 2020 12:21:14 +0200 Subject: [PATCH] move icons to img/ Signed-off-by: OmegaRogue --- html_code.html | 8 ++++---- .../android-chrome-192x192.png | Bin .../android-chrome-512x512.png | Bin apple-touch-icon.png => img/apple-touch-icon.png | Bin favicon-16x16.png => img/favicon-16x16.png | Bin favicon-32x32.png => img/favicon-32x32.png | Bin mstile-150x150.png => img/mstile-150x150.png | Bin safari-pinned-tab.svg => img/safari-pinned-tab.svg | 0 index.html | 8 ++++---- site.webmanifest | 4 ++-- 10 files changed, 10 insertions(+), 10 deletions(-) rename android-chrome-192x192.png => img/android-chrome-192x192.png (100%) rename android-chrome-512x512.png => img/android-chrome-512x512.png (100%) rename apple-touch-icon.png => img/apple-touch-icon.png (100%) rename favicon-16x16.png => img/favicon-16x16.png (100%) rename favicon-32x32.png => img/favicon-32x32.png (100%) rename mstile-150x150.png => img/mstile-150x150.png (100%) rename safari-pinned-tab.svg => img/safari-pinned-tab.svg (100%) diff --git a/html_code.html b/html_code.html index d940fbd95..f4b4e566d 100644 --- a/html_code.html +++ b/html_code.html @@ -1,8 +1,8 @@ - - - + + + - + diff --git a/android-chrome-192x192.png b/img/android-chrome-192x192.png similarity index 100% rename from android-chrome-192x192.png rename to img/android-chrome-192x192.png diff --git a/android-chrome-512x512.png b/img/android-chrome-512x512.png similarity index 100% rename from android-chrome-512x512.png rename to img/android-chrome-512x512.png diff --git a/apple-touch-icon.png b/img/apple-touch-icon.png similarity index 100% rename from apple-touch-icon.png rename to img/apple-touch-icon.png diff --git a/favicon-16x16.png b/img/favicon-16x16.png similarity index 100% rename from favicon-16x16.png rename to img/favicon-16x16.png diff --git a/favicon-32x32.png b/img/favicon-32x32.png similarity index 100% rename from favicon-32x32.png rename to img/favicon-32x32.png diff --git a/mstile-150x150.png b/img/mstile-150x150.png similarity index 100% rename from mstile-150x150.png rename to img/mstile-150x150.png diff --git a/safari-pinned-tab.svg b/img/safari-pinned-tab.svg similarity index 100% rename from safari-pinned-tab.svg rename to img/safari-pinned-tab.svg diff --git a/index.html b/index.html index 36ed0081f..20bc24477 100644 --- a/index.html +++ b/index.html @@ -7,11 +7,11 @@ - - - + + + - + diff --git a/site.webmanifest b/site.webmanifest index 4fec65c4a..7bbfaba99 100644 --- a/site.webmanifest +++ b/site.webmanifest @@ -4,12 +4,12 @@ "description": "Banglejs App Store", "icons": [ { - "src": "/android-chrome-192x192.png", + "src": "img/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, { - "src": "/android-chrome-512x512.png", + "src": "img/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }