forked from jgthms/css-reference
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfavicons.html
More file actions
35 lines (35 loc) · 801 Bytes
/
Copy pathfavicons.html
File metadata and controls
35 lines (35 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<link
rel="apple-touch-icon"
sizes="180x180"
href="{{site.url}}/favicons/apple-touch-icon.png?v=201702181118"
/>
<link
rel="icon"
type="image/png"
href="{{site.url}}/favicons/favicon-32x32.png?v=201702181118"
sizes="32x32"
/>
<link
rel="icon"
type="image/png"
href="{{site.url}}/favicons/favicon-16x16.png?v=201702181118"
sizes="16x16"
/>
<link
rel="manifest"
href="{{site.url}}/favicons/manifest.json?v=201702181118"
/>
<link
rel="mask-icon"
href="{{site.url}}/favicons/safari-pinned-tab.svg?v=201702181118"
color="#00d1b2"
/>
<link
rel="shortcut icon"
href="{{site.url}}/favicons/favicon.ico?v=201702181118"
/>
<meta
name="msapplication-config"
content="{{site.url}}/favicons/browserconfig.xml?v=201702181118"
/>
<meta name="theme-color" content="#00d1b2" />