Skip to content

Instantly share code, notes, and snippets.

@thedaviddias
Created November 6, 2017 08:47
Show Gist options
  • Save thedaviddias/dd4e98c10283d310d24f22dfc49f1aaf to your computer and use it in GitHub Desktop.
Save thedaviddias/dd4e98c10283d310d24f22dfc49f1aaf to your computer and use it in GitHub Desktop.
[Front-End Checklist] - Favicons
<!-- 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