DNM: test favicon

This sets the favicon path explicitly to a relative URL so we can
see the result in the preview.

Change-Id: Ibef5ce4c2b4c3f0a0507464737364de20f5b3a3d
This commit is contained in:
James E. Blair 2018-05-10 13:29:44 -07:00
parent c14dfff2cb
commit c343370f95
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
<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="shortcut icon" href="favicon.ico">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#071d49">
<meta name="msapplication-TileColor" content="#00aba9">