Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/google-chrome/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 上传到Web服务器后,Favicon未在Chrome中加载_Html_Google Chrome_Favicon - Fatal编程技术网

Html 上传到Web服务器后,Favicon未在Chrome中加载

Html 上传到Web服务器后,Favicon未在Chrome中加载,html,google-chrome,favicon,Html,Google Chrome,Favicon,目前,在将相关文件和代码上传到web服务器后,我发现favicon没有加载到Chrome上 我必须实现的代码如下: <link rel="apple-touch-icon" sizes="57x57" href="/cdn/images/favicons/apple-touch-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="/cdn/images/favicons/apple-touch-ic

目前,在将相关文件和代码上传到web服务器后,我发现favicon没有加载到Chrome上

我必须实现的代码如下:

<link rel="apple-touch-icon" sizes="57x57" href="/cdn/images/favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/cdn/images/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/cdn/images/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/cdn/images/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/cdn/images/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/cdn/images/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/cdn/images/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/cdn/images/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/cdn/images/favicons/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/cdn/images/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/cdn/images/favicons/favicon-194x194.png" sizes="194x194">
<link rel="icon" type="image/png" href="/cdn/images/favicons/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/cdn/images/favicons/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/cdn/images/favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/cdn/images/favicons/manifest.json">
<link rel="shortcut icon" href="/cdn/images/favicons/favicon.ico">

这是由

有人知道为什么这不显示吗

我已经浏览了其他人的问题,但仍然对favicon不在这个浏览器中加载感到困惑

该站点正在HTTPS上运行,并且证书有效


欢迎任何想法。

尝试在
cdn
之前删除
/
,或检查URL结构。

尝试将BingMap
输入移动到正文,因为当前它们正在将Favicon强制导入
,因此它们没有加载。移动后,favicon显示如下:


是否可能尝试重新加载(Ctrl+Shift+R)?之后会显示吗?很遗憾,不会,也不会在私人浏览会话中显示。你有我可以尝试的链接吗?