网站的ICON使用base64图片:(Adding a favicon to a static HTML page)
<link href="data:image/x-icon;base64,YourBase64StringHere" rel="icon" type="image/x-icon" />
网站的ICON使用base64图片:(Adding a favicon to a static HTML page)
<link href="data:image/x-icon;base64,YourBase64StringHere" rel="icon" type="image/x-icon" />