html code to insert favicon 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">
<link rel="icon" type="image/png" href="/favicon.png"/>
<link rel="icon" href="http://example.com/favicon.png">