We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46c3f9 commit ed0c79aCopy full SHA for ed0c79a
src/index.html
@@ -2,6 +2,10 @@
2
3
<head>
4
<title>Speed Dial</title>
5
+ <link rel="icon" type="image/png" href="icons/icon16.png" sizes="16x16">
6
+ <link rel="icon" type="image/png" href="icons/icon32.png" sizes="32x32">
7
+ <link rel="icon" type="image/png" href="icons/icon48.png" sizes="48x48">
8
+ <link rel="icon" type="image/png" href="icons/icon96.png" sizes="96x96">
9
<meta charset="utf-8">
10
<meta content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width"
11
name="viewport">
0 commit comments