頭部添加小圖示

把圖檔放到static檔案夾下面,因為src下面它會找不到
第二步:index.html
<link rel="icon" type="image/x-icon" href="static/logo.png" target="_blank" rel="external nofollow" />
好了!
把圖檔放到static檔案夾下面,因為src下面它會找不到
第二步:index.html
<link rel="icon" type="image/x-icon" href="static/logo.png" target="_blank" rel="external nofollow" />
好了!