put favicon in website code example
Example 1: add favicon html
<link rel="icon" type="image/png" href="/favicon.png"/>
Example 2: how to set the favicon of the webpage
<link rel="shortcut icon" type="image/jpg" href="path/of/the/image">
<link rel="icon" type="image/png" href="/favicon.png"/>
<link rel="shortcut icon" type="image/jpg" href="path/of/the/image">