html - - - 设置网页图标logo

代码

head标签中加入link标签,如下:

<head>
	<link rel="icon" href="/favicon.png">
</head>

Other

//网站上显示logo图标
<link rel="shortcut icon" href="common/images/favicon.ico" type="image/x-icon">
//收藏用logo图标
<link rel="bookmark" href="common/images/favicon.ico" type="image/x-icon">
    原文作者:zichenlbl
    原文地址: https://blog.csdn.net/weixin_48430685/article/details/125818251
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞