我的收藏夹不起作用。以下是我当前的代码,但我也尝试过<link rel="icon" href="pngeckfavicon.png" type="image/png" >
和其他各种组合。这两张照片都是16x16,但我也试过用这两张的32x32版本。eckfavicon.ico文件和pngeckfavicon.png文件都在根文件夹中(而不是像"images"这样的子文件夹中(。为什么我最喜欢的图标仍然不起作用?
非常感谢您的帮助:(
<head>
<meta charset="utf-8" >
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LUCA</title>
<link href="eckstyle.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="eckfavicon.ico" type="image/x-icon" >
</head>
尝试使用此
<link rel="icon" type="image/x-icon" href="eckfavicon.ico">
更多关于Favicon