diff --git a/src/icon/how.txt b/src/icon/how.txt
new file mode 100644
index 0000000..124854a
--- /dev/null
+++ b/src/icon/how.txt
@@ -0,0 +1,2 @@
+https://medium.com/web-dev-survey-from-kyoto/favicon-nightmare-how-to-maintain-sanity-7628bfc39918
+https://realfavicongenerator.net/
diff --git a/src/icon/icon.png b/src/icon/icon.png
new file mode 100644
index 0000000..5aba9a5
Binary files /dev/null and b/src/icon/icon.png differ
diff --git a/src/icon/icon.svg b/src/icon/icon.svg
new file mode 100644
index 0000000..bd09ae8
--- /dev/null
+++ b/src/icon/icon.svg
@@ -0,0 +1,155 @@
+
+
diff --git a/src/icon/icon_v2.svg b/src/icon/icon_v2.svg
new file mode 100644
index 0000000..ce50a82
--- /dev/null
+++ b/src/icon/icon_v2.svg
@@ -0,0 +1,99 @@
+
+
diff --git a/src/index.html b/src/index.html
index f35fd5d..d7f5b6b 100644
--- a/src/index.html
+++ b/src/index.html
@@ -1,7 +1,13 @@
-
+
Minishoot' Adventures map
+
+
+
+
+
+
diff --git a/src/public/apple-touch-icon.png b/src/public/apple-touch-icon.png
new file mode 100644
index 0000000..60e9917
Binary files /dev/null and b/src/public/apple-touch-icon.png differ
diff --git a/src/public/favicon-48x48.png b/src/public/favicon-48x48.png
new file mode 100644
index 0000000..662dc54
Binary files /dev/null and b/src/public/favicon-48x48.png differ
diff --git a/src/public/favicon.ico b/src/public/favicon.ico
new file mode 100644
index 0000000..e328953
Binary files /dev/null and b/src/public/favicon.ico differ
diff --git a/src/public/favicon.svg b/src/public/favicon.svg
new file mode 100644
index 0000000..e521da7
--- /dev/null
+++ b/src/public/favicon.svg
@@ -0,0 +1,18 @@
+
\ No newline at end of file
diff --git a/src/public/site.webmanifest b/src/public/site.webmanifest
new file mode 100644
index 0000000..e8bd4a3
--- /dev/null
+++ b/src/public/site.webmanifest
@@ -0,0 +1,34 @@
+{
+ "name": "Minishoot' Adventures map",
+ "short_name": "Minishoot",
+ "start_url": ".",
+ "icons": [
+ {
+ "src": "web-app-manifest-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png",
+ "purpose": "any"
+ },
+ {
+ "src": "web-app-manifest-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png",
+ "purpose": "any"
+ },
+ {
+ "src": "web-app-manifest-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png",
+ "purpose": "maskable"
+ },
+ {
+ "src": "web-app-manifest-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png",
+ "purpose": "maskable"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}
diff --git a/src/public/web-app-manifest-192x192.png b/src/public/web-app-manifest-192x192.png
new file mode 100644
index 0000000..b11c25d
Binary files /dev/null and b/src/public/web-app-manifest-192x192.png differ
diff --git a/src/public/web-app-manifest-512x512.png b/src/public/web-app-manifest-512x512.png
new file mode 100644
index 0000000..a2359e5
Binary files /dev/null and b/src/public/web-app-manifest-512x512.png differ