diff --git a/static/img/apple-touch-icon.png b/static/img/apple-touch-icon.png
new file mode 100644
index 0000000..cec5569
Binary files /dev/null and b/static/img/apple-touch-icon.png differ
diff --git a/static/img/favicon-16.png b/static/img/favicon-16.png
new file mode 100644
index 0000000..a312565
Binary files /dev/null and b/static/img/favicon-16.png differ
diff --git a/static/img/favicon-192.png b/static/img/favicon-192.png
new file mode 100644
index 0000000..af829f1
Binary files /dev/null and b/static/img/favicon-192.png differ
diff --git a/static/img/favicon-32.png b/static/img/favicon-32.png
new file mode 100644
index 0000000..e5f75dc
Binary files /dev/null and b/static/img/favicon-32.png differ
diff --git a/static/img/favicon-512.png b/static/img/favicon-512.png
new file mode 100644
index 0000000..4d5b593
Binary files /dev/null and b/static/img/favicon-512.png differ
diff --git a/static/site.webmanifest b/static/site.webmanifest
new file mode 100644
index 0000000..1685889
--- /dev/null
+++ b/static/site.webmanifest
@@ -0,0 +1,27 @@
+{
+ "name": "Norda Biznes Partner",
+ "short_name": "Norda Partner",
+ "description": "Strefa Partnera Stowarzyszenia Norda Biznes - networking i współpraca biznesowa",
+ "start_url": "/",
+ "display": "standalone",
+ "background_color": "#ffffff",
+ "theme_color": "#233e6d",
+ "icons": [
+ {
+ "src": "/static/img/favicon-192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/static/img/favicon-512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ },
+ {
+ "src": "/static/img/favicon-512.png",
+ "sizes": "512x512",
+ "type": "image/png",
+ "purpose": "maskable"
+ }
+ ]
+}
diff --git a/templates/base.html b/templates/base.html
index 048c135..167a3a1 100755
--- a/templates/base.html
+++ b/templates/base.html
@@ -13,7 +13,14 @@
+
+
+
+
+
+
+