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 2c9b3f6 commit 206104dCopy full SHA for 206104d
template/index.html
@@ -5,6 +5,9 @@
5
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6
<meta name="viewport" content="width=device-width, initial-scale=1">
7
<title>{{ name }}</title>
8
+ <link rel="icon" type="image/png" sizes="32x32" href="/static/img/icons/favicon-32x32.png">
9
+ <link rel="icon" type="image/png" sizes="16x16" href="/static/img/icons/favicon-16x16.png">
10
+ <!--[if IE]><link rel="shortcut icon" href="/static/img/icons/favicon.ico"><![endif]-->
11
<!-- Add to home screen for Android and modern mobile browsers -->
12
<link rel="manifest" href="/static/manifest.json">
13
<meta name="theme-color" content="#4DBA87">
0 commit comments