diff --git a/benchcoach/static/images/apple/apple-launch-1125x2436.png b/benchcoach/static/images/apple/apple-launch-1125x2436.png
new file mode 100644
index 0000000..aa69055
Binary files /dev/null and b/benchcoach/static/images/apple/apple-launch-1125x2436.png differ
diff --git a/benchcoach/static/images/apple/apple-launch-1242x2208.png b/benchcoach/static/images/apple/apple-launch-1242x2208.png
new file mode 100644
index 0000000..8f142ec
Binary files /dev/null and b/benchcoach/static/images/apple/apple-launch-1242x2208.png differ
diff --git a/benchcoach/static/images/apple/apple-launch-1536x2048.png b/benchcoach/static/images/apple/apple-launch-1536x2048.png
new file mode 100644
index 0000000..8305cfc
Binary files /dev/null and b/benchcoach/static/images/apple/apple-launch-1536x2048.png differ
diff --git a/benchcoach/static/images/apple/apple-launch-1668x2224.png b/benchcoach/static/images/apple/apple-launch-1668x2224.png
new file mode 100644
index 0000000..41d1f11
Binary files /dev/null and b/benchcoach/static/images/apple/apple-launch-1668x2224.png differ
diff --git a/benchcoach/static/images/apple/apple-launch-2048x2732.png b/benchcoach/static/images/apple/apple-launch-2048x2732.png
new file mode 100644
index 0000000..82cc55b
Binary files /dev/null and b/benchcoach/static/images/apple/apple-launch-2048x2732.png differ
diff --git a/benchcoach/static/images/apple/apple-launch-640x1136.png b/benchcoach/static/images/apple/apple-launch-640x1136.png
new file mode 100644
index 0000000..61ac2fd
Binary files /dev/null and b/benchcoach/static/images/apple/apple-launch-640x1136.png differ
diff --git a/benchcoach/static/images/apple/apple-launch-750x1334.png b/benchcoach/static/images/apple/apple-launch-750x1334.png
new file mode 100644
index 0000000..edc4d02
Binary files /dev/null and b/benchcoach/static/images/apple/apple-launch-750x1334.png differ
diff --git a/benchcoach/static/images/apple/apple-touch-icon.png b/benchcoach/static/images/apple/apple-touch-icon.png
new file mode 100644
index 0000000..42664c1
Binary files /dev/null and b/benchcoach/static/images/apple/apple-touch-icon.png differ
diff --git a/benchcoach/static/images/favicons/favicon-baseball.ico b/benchcoach/static/images/favicons/favicon-baseball.ico
new file mode 100644
index 0000000..fb8c381
Binary files /dev/null and b/benchcoach/static/images/favicons/favicon-baseball.ico differ
diff --git a/benchcoach/static/manifest.json b/benchcoach/static/manifest.json
new file mode 100644
index 0000000..03211cb
--- /dev/null
+++ b/benchcoach/static/manifest.json
@@ -0,0 +1,5 @@
+{
+ "name": "BenchCoach",
+ "scope": "/",
+ "display": "standalone"
+}
diff --git a/benchcoach/templates/apple_devices_head.html b/benchcoach/templates/apple_devices_head.html
new file mode 100644
index 0000000..52bdbc5
--- /dev/null
+++ b/benchcoach/templates/apple_devices_head.html
@@ -0,0 +1,110 @@
+{% load static %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/benchcoach/templates/base.html b/benchcoach/templates/base.html
index e976f01..caabdde 100644
--- a/benchcoach/templates/base.html
+++ b/benchcoach/templates/base.html
@@ -10,6 +10,7 @@
+ {% include "apple_devices_head.html" %}
{% block css %}