Created
July 14, 2014 07:26
-
-
Save apphp/f256626e14041adf1fdd to your computer and use it in GitHub Desktop.
Favicon and Apple Icons in HTML
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
| <!-- You may place favicon.ico and apple-touch-icon.png in the root of your domain and simply remove these references --> | |
| <!-- source: http://www.apphp.com/index.php?snippet=html-favicon-and-apple-icons --> | |
| <link rel="shortcut icon" href="/favicon.ico"> | |
| <link rel="apple-touch-icon" href="/apple-touch-icon.png"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment