I'm getting favicon.ico error

后端 未结 13 1352
一个人的身影
一个人的身影 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:29

    I have had this error for some time as well. It might be some kind of netbeans bug that has to do with netbeans connector. I can't find any mention of favicon.ico in my code or in the project settings.

    I was able to fix it by putting the following line in the head section of my html file

    
    

    I am currently using this in my testing environment, but I would remove it for any production environment.

提交回复
热议问题