I'm getting favicon.ico error

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

    I was getting the same fav icon error - 404 (Not Found). I used the following element in the <head> element of my index.html file and it fixed the error:

    <link rel="icon" href="data:;base64,iVBORw0KGgo=">
    
    0 讨论(0)
提交回复
热议问题