Skip to content

Instantly share code, notes, and snippets.

@WenLiangTseng
Last active December 20, 2015 01:39
Show Gist options
  • Save WenLiangTseng/6050577 to your computer and use it in GitHub Desktop.
Save WenLiangTseng/6050577 to your computer and use it in GitHub Desktop.
favicon 寫法
<!-- PNG -->
<link rel="icon" type="image/png" href="http://www.example.com/png-favicon.png" />
<!-- JPG -->
<link rel="icon" type="image/jpeg" href="/jpeg-favicon.jpg" />
<!-- GIF -->
<link rel="icon" type="image/gif" href="/gif-favicon.gif" />
<!-- ICO -->
<link rel="icon" type="image/vnd.microsoft.icon" href="http://www.example.com/favicon.ico" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment