about summary refs log tree commit diff stats
path: root/public/index.html
diff options
context:
space:
mode:
authorana <ana@ana.st>2021-08-08 20:16:38 +0200
committerana <ana@ana.st>2021-08-08 20:16:38 +0200
commitb386452100e26dbe33784c789d975e49caf8b586 (patch)
tree47f0eafb39ae47ec2e9d5f90a26ab42824e043a1 /public/index.html
parent48e90f59ac321899c24a1cc9ae11c1d00160bcec (diff)
downloadeureka-marks-b386452100e26dbe33784c789d975e49caf8b586.tar.gz
fix: PROPERLY add favicon
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html
index 45cbc2f..f7390b3 100644
--- a/public/index.html
+++ b/public/index.html
@@ -7,7 +7,10 @@
     <link rel="stylesheet" href="/pure.css" />
     <link rel="stylesheet" href="/pure-responsive-grid.css" />
     <link rel="stylesheet" type="text/css" href="/index.css" />
-    <link rel="shortcut icon" type="image/ico" href="/favicon.ico" />
+    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
+    <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
+    <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
+    <link rel="manifest" href="/site.webmanifest">
     <title>FFXIV Eureka Marks</title>
   </head>
   <body>