diff --git a/config.toml b/config.toml
index 147bf18..3b6a6a9 100644
--- a/config.toml
+++ b/config.toml
@@ -40,7 +40,7 @@ publishdir = "/var/www/localhost/htdocs"
mobileMode = "auto"
[params.header.title]
name = "br0tkasten.de"
- logo = ""
+ logo = "/image/logo.png"
[params.footer]
enable = true
diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png
new file mode 100644
index 0000000..ffc29ef
Binary files /dev/null and b/static/android-chrome-192x192.png differ
diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png
new file mode 100644
index 0000000..cd91fb5
Binary files /dev/null and b/static/apple-touch-icon.png differ
diff --git a/static/browserconfig.xml b/static/browserconfig.xml
new file mode 100644
index 0000000..b3930d0
--- /dev/null
+++ b/static/browserconfig.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+ #da532c
+
+
+
diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png
new file mode 100644
index 0000000..e31fb3f
Binary files /dev/null and b/static/favicon-16x16.png differ
diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png
new file mode 100644
index 0000000..e2cfaa2
Binary files /dev/null and b/static/favicon-32x32.png differ
diff --git a/static/favicon.ico b/static/favicon.ico
new file mode 100644
index 0000000..48708de
Binary files /dev/null and b/static/favicon.ico differ
diff --git a/static/image/ego.jpeg b/static/image/ego.jpeg
index 7fcd6a0..c471e9f 100644
Binary files a/static/image/ego.jpeg and b/static/image/ego.jpeg differ
diff --git a/static/image/logo.png b/static/image/logo.png
new file mode 100644
index 0000000..244b025
Binary files /dev/null and b/static/image/logo.png differ
diff --git a/static/mstile-150x150.png b/static/mstile-150x150.png
new file mode 100644
index 0000000..c8d40a4
Binary files /dev/null and b/static/mstile-150x150.png differ
diff --git a/static/safari-pinned-tab.svg b/static/safari-pinned-tab.svg
new file mode 100644
index 0000000..444acbe
--- /dev/null
+++ b/static/safari-pinned-tab.svg
@@ -0,0 +1,17 @@
+
+
+
diff --git a/static/site.webmanifest b/static/site.webmanifest
new file mode 100644
index 0000000..0e0e858
--- /dev/null
+++ b/static/site.webmanifest
@@ -0,0 +1,14 @@
+{
+ "name": "",
+ "short_name": "",
+ "icons": [
+ {
+ "src": "/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}