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 22b8217 commit 467ae7fCopy full SHA for 467ae7f
platforms/eReputation/client/index.html
@@ -3,6 +3,11 @@
3
<head>
4
<meta charset="UTF-8" />
5
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
6
+ <link rel="icon" type="image/x-icon" href="/favicon.ico" />
7
+ <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
8
+ <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
9
+ <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
10
+ <link rel="manifest" href="/site.webmanifest" />
11
</head>
12
<body>
13
<div id="root"></div>
0 commit comments