HTML settings page ico icon

# Prepare a 64 * 64 .ico icon and name it favicon.ico



# Move favicon.ico to the static folder



# index.html

<!-- 设置favicon.ico图标 -->
<link rel="icon" type="image/x-icon" href="static/favicon.ico" />


# Refresh the page to display

Published 32 original articles · Likes0 · Visits 501

Guess you like

Origin blog.csdn.net/weixin_42863549/article/details/105593829