欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Failed to load resource: the server responded with a status of 404 (Not Found)

程序员文章站 2024-02-01 21:25:29
...

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" />

.