Created
November 6, 2017 08:47
-
-
Save thedaviddias/dd4e98c10283d310d24f22dfc49f1aaf to your computer and use it in GitHub Desktop.
[Front-End Checklist] - Favicons
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Standard favicon --> | |
<link rel="icon" type="image/x-icon" href="https://example.com/favicon.ico"> | |
<!-- Recommended favicon format --> | |
<link rel="icon" type="image/png" href="https://example.com/favicon.png"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment