html ico code example
Example 1: add favicon html
<link rel="icon" type="image/png" href="/favicon.png"/>
Example 2: head icon html
<link rel="icon" href="http://example.com/favicon.png">
Example 3: png favicon
<link rel="icon" type="image/png" href="logo.png" />
Example 4: html favicon from png
<link rel="icon" type="image/png" href="http://example.com/image.png" />