diff --git a/assets/sveio-icon.png b/assets/sveio-icon.png
new file mode 100644
index 0000000..cb1bcbe
Binary files /dev/null and b/assets/sveio-icon.png differ
diff --git a/assets/sveio-icon.svg b/assets/sveio-icon.svg
new file mode 100644
index 0000000..54c1d89
--- /dev/null
+++ b/assets/sveio-icon.svg
@@ -0,0 +1,14 @@
+
diff --git a/frontend/404.html b/frontend/404.html
index 22f09c2..f60aa56 100644
--- a/frontend/404.html
+++ b/frontend/404.html
@@ -4,6 +4,24 @@
Sveio - Page Not Found
+
+
+
+
diff --git a/frontend/game.html b/frontend/game.html
index d3d8032..96367e4 100644
--- a/frontend/game.html
+++ b/frontend/game.html
@@ -15,6 +15,24 @@
integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY="
crossorigin=""
/>
+
+
+
+
Sveio - In-game
diff --git a/frontend/icons/android-chrome-192x192.png b/frontend/icons/android-chrome-192x192.png
new file mode 100644
index 0000000..2dea01e
Binary files /dev/null and b/frontend/icons/android-chrome-192x192.png differ
diff --git a/frontend/icons/android-chrome-512x512.png b/frontend/icons/android-chrome-512x512.png
new file mode 100644
index 0000000..83329e3
Binary files /dev/null and b/frontend/icons/android-chrome-512x512.png differ
diff --git a/frontend/icons/apple-touch-icon.png b/frontend/icons/apple-touch-icon.png
new file mode 100644
index 0000000..f9ebdb8
Binary files /dev/null and b/frontend/icons/apple-touch-icon.png differ
diff --git a/frontend/icons/favicon-16x16.png b/frontend/icons/favicon-16x16.png
new file mode 100644
index 0000000..3adc8a4
Binary files /dev/null and b/frontend/icons/favicon-16x16.png differ
diff --git a/frontend/icons/favicon-32x32.png b/frontend/icons/favicon-32x32.png
new file mode 100644
index 0000000..a06c2e5
Binary files /dev/null and b/frontend/icons/favicon-32x32.png differ
diff --git a/frontend/icons/favicon.ico b/frontend/icons/favicon.ico
new file mode 100644
index 0000000..48a08c8
Binary files /dev/null and b/frontend/icons/favicon.ico differ
diff --git a/frontend/icons/site.webmanifest b/frontend/icons/site.webmanifest
new file mode 100644
index 0000000..d382c44
--- /dev/null
+++ b/frontend/icons/site.webmanifest
@@ -0,0 +1,19 @@
+{
+ "name": "Sveio",
+ "short_name": "Sveio",
+ "icons": [
+ {
+ "src": "/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/android-chrome-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}
diff --git a/frontend/landing.html b/frontend/landing.html
index b68e09c..046b78b 100644
--- a/frontend/landing.html
+++ b/frontend/landing.html
@@ -10,6 +10,24 @@
href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap"
rel="stylesheet"
/>
+
+
+
+