Skip to content

Commit 206104d

Browse files
CodinCataddyosmani
authored andcommitted
Add missing favicon (#23)
1 parent 2c9b3f6 commit 206104d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

template/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<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]-->
811
<!-- Add to home screen for Android and modern mobile browsers -->
912
<link rel="manifest" href="/static/manifest.json">
1013
<meta name="theme-color" content="#4DBA87">

0 commit comments

Comments
 (0)