美文网首页
去除html页面中GET《 http://localhost:8

去除html页面中GET《 http://localhost:8

作者: 自律_自强_通达 | 来源:发表于2018-02-27 16:11 被阅读0次

html5页面中经常会遇见以下问题,总是看着碍眼,那么怎么解决呢?

GET http://localhost:8080/favicon.ico 404 (Not Found)

解决的方法:

1、做个favicon.ico文件放在根目录下,在head标签引入favicon.ico文件即可

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

或者

2、在Stack Overflow搜索到的,直接在head标签插入以下代码也OK

<link rel="shortcut icon" href="#" />

原文连接

相关文章

网友评论

      本文标题:去除html页面中GET《 http://localhost:8

      本文链接:https://www.haomeiwen.com/subject/afdmxftx.html