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"
}