change favicon code example
Example 1: favicon in html
<link rel="icon" href="image.jpg" type="image/jpg">
Example 2: add icon website
<link rel="icon" href="http://example.com/favicon.png">
Example 3: add favicon html
<link rel="icon" type="image/png" href="/favicon.png"/>