Failed to load resource: the server responded with a status of 404 (Not Found)
时间:2018-05-08 13:04:20
收藏:0
阅读:14465
Failed to load resource: the server responded with a status of 404 (Not Found)
报错情况:图标加载失败
原因分析:路径错误
解决方案: 添加 favicon icon
<link rel="shortcut icon" type="image/ico" href="/favicon.ico" />
.
原文:https://www.cnblogs.com/crazycode2/p/9006360.html
评论(0)