Created
September 15, 2015 09:04
-
-
Save lgraubner/1eb72c31f5d3ac6b94dd to your computer and use it in GitHub Desktop.
Minimal favicon markup
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
<head> | |
<link rel="icon" type="image/png" href="favicon.png" sizes="32x32"> | |
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png"> | |
</head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment