how to set site icon in html code example
Example 1: add favicon to 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">