Skip to content

Instantly share code, notes, and snippets.

@igotit-anything
Created September 6, 2016 14:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igotit-anything/e1d4c1235d77e962ce5e20d14b2f0b1f to your computer and use it in GitHub Desktop.
Save igotit-anything/e1d4c1235d77e962ce5e20d14b2f0b1f to your computer and use it in GitHub Desktop.
favicon expression on the web browser.
<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