diff --git a/en/projects.html b/en/projects.html
index f15c2f8..5933061 100644
--- a/en/projects.html
+++ b/en/projects.html
@@ -4,10 +4,14 @@
diff --git a/favicon.ico b/favicon.ico
new file mode 100644
index 0000000..5f23946
Binary files /dev/null and b/favicon.ico differ
diff --git a/favicon/android-chrome-192x192.png b/favicon/android-chrome-192x192.png
new file mode 100644
index 0000000..f027ac2
Binary files /dev/null and b/favicon/android-chrome-192x192.png differ
diff --git a/favicon/android-chrome-512x512.png b/favicon/android-chrome-512x512.png
new file mode 100644
index 0000000..3ac391e
Binary files /dev/null and b/favicon/android-chrome-512x512.png differ
diff --git a/favicon/apple-touch-icon.png b/favicon/apple-touch-icon.png
new file mode 100644
index 0000000..15936cc
Binary files /dev/null and b/favicon/apple-touch-icon.png differ
diff --git a/favicon/favicon-16x16.png b/favicon/favicon-16x16.png
new file mode 100644
index 0000000..f5df192
Binary files /dev/null and b/favicon/favicon-16x16.png differ
diff --git a/favicon/favicon-32x32.png b/favicon/favicon-32x32.png
new file mode 100644
index 0000000..e7d65ac
Binary files /dev/null and b/favicon/favicon-32x32.png differ
diff --git a/index.html b/index.html
index ab16120..4eb766a 100644
--- a/index.html
+++ b/index.html
@@ -8,6 +8,10 @@
+
+
+
+
diff --git a/postnet.html b/postnet.html
index 1b10c0f..bbd497e 100644
--- a/postnet.html
+++ b/postnet.html
@@ -8,6 +8,10 @@
+
+
+
+
diff --git a/projects.html b/projects.html
index fcbfc74..cb39096 100644
--- a/projects.html
+++ b/projects.html
@@ -8,6 +8,10 @@
+
+
+
+
diff --git a/site.webmanifest b/site.webmanifest
new file mode 100644
index 0000000..7702ac5
--- /dev/null
+++ b/site.webmanifest
@@ -0,0 +1,19 @@
+{
+ "name": "",
+ "short_name": "",
+ "icons": [
+ {
+ "src": "/favicon/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/favicon/android-chrome-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}
\ No newline at end of file