-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (38 loc) · 1.53 KB
/
index.html
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
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>favicon-test</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Enter all the favicon link and meta tag below -->
<meta name="application-name" content="Sweepy">
<meta name="theme-color" content="#fff">
<!-- all ms-application icons are separted into browserconfig.xml instead of meta tags -->
<meta name="msapplication-config" content="browserconfig.xml" />
<link rel="apple-touch-icon-precomposed" sizes="any" href="img/favicons/mstile-310x310.png" />
<link rel="icon" type="image/png" sizes="any" href="img/favicons/mstile-310x310.png">
</head>
<body style="font-family:monospace; font-size: 2vh; text-align: center;">
<div style="
margin: 10vh 20px;
border: dotted 1vh hotpink;
padding: 20px;
display: inline-block;
text-align: left;
line-height: 2;
">
<h2>favicon-test</h2>
<b>[x] make sure favicons, browserconfig.xml and favicon.ico(in root) are present</b>
<p>check the below icons:</p>
<ul style="padding-left: 5vh;">
<li>favicon(all browser)</li>
<li>bookmark icon(all browser)</li>
<li>top sites or pinned sites icon(all browser)</li>
<li>homescreen icon(android and ios)</li>
<li>tile icon(>= windows 8)</li>
<li>desktop icon(linux, mac, and windows)</li>
</ul>
</div>
</body>
</html>