Skip to content

Instantly share code, notes, and snippets.

@apphp
Created July 14, 2014 07:26
Show Gist options
  • Select an option

  • Save apphp/f256626e14041adf1fdd to your computer and use it in GitHub Desktop.

Select an option

Save apphp/f256626e14041adf1fdd to your computer and use it in GitHub Desktop.
Favicon and Apple Icons in HTML
<!-- 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