Search code examples
htmlfavicon

I can't get my favicon to change


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?


Solution

  • try this code <link rel="icon" type="image/png" href="myicon.png">