Last active
August 26, 2020 11:01
-
-
Save eivindml/4b3045c938e55f52a708fa5c21722f41 to your computer and use it in GitHub Desktop.
Minimal default list of favicon formats to support.
This file contains hidden or 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
<!-- Touch Icons - iOS and Android 2.1+ 180x180 pixels in size. --> | |
<link rel="apple-touch-icon" href="/path/to/apple-touch-icon.png"> | |
<!-- Firefox, Chrome, Safari, IE 11+ and Opera. 192x192 pixels in size. --> | |
<link rel="icon" href="/path/to/favicon.png"> | |
<!-- Vector image for Safari pinned tab. Single layer svg with viewBox 0 0 16 16. --> | |
<link rel="mask-icon" href="website_icon.svg" color="#151714"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment