ico file set in html code code example
Example 1: html favicon
<link rel="shortcut icon" type="image" href="./favicons/examplefavicon.ico" />
Example 2: favicon for html page
<link rel="icon" type="image/png" href="/favicon.png"/>
<link rel="icon" type="image/png" href="https://example.com/favicon.png"/>