I need help with my website's favicon. The current code I use for my favicon is:
<link rel="shortcut icon" href="Logo.png" type="image/x-icon"></link>
But for some reason it's not working, does anyone have a solution for my problem?
try this code <link rel="icon" type="image/png" href="myicon.png">