Search code examples
htmlcssxhtmlfavicon

Why my favicon not showing up, although it is defined correctly?


Alright, so my favicon isn't showing up for some reason. It's at image/favicon.ico (I've checked it like 5 times).

This is the code I use for it:

<link rel="shortcut icon" href="images/favicon.ico" />  

And this is the site: http://prime.programming-designs.com/


Solution

  • It's probably just cached in your browser, it shows up as a blue cross on mine.

    Else, check your image path. image/favicon.ico isn't matching images/favicon.ico, but that is probably just a typo.