How to add a faviconfavicon code example
Example 1: add favicon to html
<link rel="icon" type="image/png" href="/favicon.png"/>
Example 2: how to set favicon
<link rel="shortcut icon" type="image/jpg" href="/favicon.jpg"/>
<link rel="icon" type="image/png" href="/favicon.png"/>
<link rel="shortcut icon" type="image/jpg" href="/favicon.jpg"/>