Tagged Questions
1
vote
5answers
3k views
Google Chrome displays the wrong favicon that I've linked to in my html
I have an HTML file with the following markup in the head tag:
<link rel="shortcut icon" href="myFavicon.ico" />
With that, I expect to see my "myFavicon.ico" icon display in Chrome's tab and ...