Created
September 6, 2016 14:57
-
-
Save igotit-anything/e1d4c1235d77e962ce5e20d14b2f0b1f to your computer and use it in GitHub Desktop.
favicon expression on the web browser.
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
<head> | |
<link rel="shortcut icon" href="myicon.ico" type="image/x-icon"> | |
<link rel="icon" href="myicon.ico" type="image/x-icon"> | |
</head> | |
// image file format .ico or .png available. size 16x16 / 32x32 available. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment