Created
October 6, 2015 14:31
-
-
Save Itachi261092/2cac5e1e90c27df6ae13 to your computer and use it in GitHub Desktop.
[HTML] HTML5 favicon.png
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
<!-- FAVICON --> | |
<link rel="icon" type="image/png" href="/favicon.png" /> | |
<!-- for apple main style--> | |
<!--link rel="apple-touch-icon" href="apple-touch-favicon.png"/--> | |
<!-- for apple precomposed--> | |
<link rel="apple-touch-icon-precomposed" href="/apple-touch-favicon.png"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment