]> git.cworth.org Git - lmno.games/commitdiff
Point to various favicon resources in the <head> of the index page
authorCarl Worth <cworth@cworth.org>
Sun, 17 May 2020 13:58:58 +0000 (06:58 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 17 May 2020 14:01:22 +0000 (07:01 -0700)
This is a direct copy/paste from the recommendations of
https://realfavicongenerator.net

index.html

index c67d535506cd80d08bf34bfe34d09d4548f14eb9..c4ed9d770b69ed0a43eccf47abe1704c7d11c0fd 100644 (file)
@@ -7,6 +7,15 @@
 
     <link rel="stylesheet" href="/reset.css" type="text/css" />
     <link rel="stylesheet" href="/style.css" type="text/css" />
+
+    <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">
+    <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
+    <meta name="msapplication-TileColor" content="#ffc40d">
+    <meta name="theme-color" content="#ffffff">
+
   </head>
   <body>