make an ico html code example
Example 1: html favicon
<link rel="shortcut icon" type="image" href="./favicons/examplefavicon.ico" />
Example 2: png favicon
<link rel="icon" type="image/png" href="logo.png" />
<link rel="shortcut icon" type="image" href="./favicons/examplefavicon.ico" />
<link rel="icon" type="image/png" href="logo.png" />