how to change favicon.ico in html code example
Example 1: html favicon
<link rel="shortcut icon" type="image" href="./favicons/examplefavicon.ico" />
Example 2: add favicon html
<link rel="icon" type="image/png" href="/favicon.png"/>
<link rel="shortcut icon" type="image" href="./favicons/examplefavicon.ico" />
<link rel="icon" type="image/png" href="/favicon.png"/>