Html设置图标icon
html head添加:
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
注意:
1、favicon.icon路径为根目录,但不限于根目录
2、 href="/项目名/favicon.ico" 包含项目名的href只能在本地使用,linux环境会报错,所以建议不要加