I'm getting favicon.ico error

后端 未结 13 1326
一个人的身影
一个人的身影 2020-11-30 19:02

I downloaded the Netbeans IDE to code in HTML. I\'m new to it. When I run my code, chrome is opening and everything is working just fine. I\'m getting some sort of error in

13条回答
  •  温柔的废话
    2020-11-30 19:34

    The answers above didn't work for me. I found a very good article for Favicon, explaining:

    • what is a Favicon;
    • why does Favicon.ico show up as a 404 in the log files;
    • why should You use a Favicon;
    • how to make a Favicon using FavIcon from Pics or other Favicon creator;
    • how to get Your Favicon to show.

    So I created Favicon using FavIcon from Pics. Put it in folder (named favicon) and add this code in tag:

    
    
    

    Now there is no error and I see my Favicon:

提交回复
热议问题