Skip to content

Instantly share code, notes, and snippets.

@Lammerink
Created October 20, 2012 23:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lammerink/3925295 to your computer and use it in GitHub Desktop.
Save Lammerink/3925295 to your computer and use it in GitHub Desktop.
HTML : Set iPhone Bookmark Icon
Set iPhone Bookmark Icon
Place this in your <head> section, and set the href attribute to an image to a 57px x 57px PNG file.
<link rel="apple-touch-icon" href="iphone-icon.png"/>
To prevent the iPhone from adding it's own gloss:
<link rel="apple-touch-icon-precomposed" href="icon.png" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment