forked from haiasko/haiasko.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
faviconit-instructions.txt
30 lines (29 loc) · 1.68 KB
/
faviconit-instructions.txt
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
thanks for using faviconit!
copy the images to your site root and add this code inside the HTML <HEAD> tag:
<!-- ****** faviconit.com favicons ****** -->
<!-- Basic favicons -->
<link rel="shortcut icon" sizes="16x16 32x32 48x48 64x64" href="/favicon.ico">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<!--[if IE]><link rel="shortcut icon" href="/favicon.ico"><![endif]-->
<!-- For Opera Speed Dial -->
<link rel="icon" type="image/png" sizes="195x195" href="/favicon-195.png">
<!-- For iPad with high-resolution Retina Display running iOS ≥ 7 -->
<link rel="apple-touch-icon" sizes="152x152" href="/favicon-152.png">
<!-- For iPad with high-resolution Retina Display running iOS ≤ 6 -->
<link rel="apple-touch-icon" sizes="144x144" href="/favicon-144.png">
<!-- For iPhone with high-resolution Retina Display running iOS ≥ 7 -->
<link rel="apple-touch-icon" sizes="120x120" href="/favicon-120.png">
<!-- For iPhone with high-resolution Retina Display running iOS ≤ 6 -->
<link rel="apple-touch-icon" sizes="114x114" href="/favicon-114.png">
<!-- For Google TV devices -->
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96.png">
<!-- For iPad Mini -->
<link rel="apple-touch-icon" sizes="76x76" href="/favicon-76.png">
<!-- For first- and second-generation iPad -->
<link rel="apple-touch-icon" sizes="72x72" href="/favicon-72.png">
<!-- For non-Retina iPhone, iPod Touch and Android 2.1+ devices -->
<link rel="apple-touch-icon" href="favicon-57.png">
<!-- Windows 8 Tiles -->
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="/favicon-144.png">
<!-- ****** faviconit.com favicons ****** -->