This commit is contained in:
Bhaskar Melkani 2016-05-04 14:28:27 +00:00
commit 3b35f8859a
1 changed files with 4 additions and 0 deletions

View File

@ -108,6 +108,10 @@ Below are the meta tags which are either deprecated or not supported anymore:
<!-- For IE 10 and below -->
<!-- No link, just place a file called favicon.ico in the root directory -->
<!-- Desktop Browsers Only -->
<link rel="shortcut icon" href="path/to/favicon.ico">
<!-- For IE 11, Chrome, Firefox, Safari, Opera -->
<link rel="icon" href="path/to/favicon-16.png" sizes="16x16" type="image/png">
<link rel="icon" href="path/to/favicon-32.png" sizes="32x32" type="image/png">