aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials/head.manifests.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/partials/head.manifests.php')
-rw-r--r--app/views/partials/head.manifests.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/partials/head.manifests.php b/app/views/partials/head.manifests.php
new file mode 100644
index 0000000..f052ee5
--- /dev/null
+++ b/app/views/partials/head.manifests.php
@@ -0,0 +1,7 @@
+<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
+<link rel="icon" type="image/png" sizes="32x32" href="data:image/png;base64,<?php echo base64('/public/favicon-32x32.png'); ?>">
+<link rel="icon" type="image/png" sizes="16x16" href="data:image/png;base64,<?php echo base64('/public/favicon-16x16.png'); ?>">
+<link rel="manifest" href="data:application/manifest+json;base64,<?php echo base64('/public/site.webmanifest'); ?>">
+<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
+<meta name="msapplication-TileColor" content="#b91d47">
+<meta name="theme-color" content="#ffffff">