Skip to content

Instantly share code, notes, and snippets.

@tsevdos
Created January 2, 2012 15:26
Show Gist options
  • Save tsevdos/1551097 to your computer and use it in GitHub Desktop.
Save tsevdos/1551097 to your computer and use it in GitHub Desktop.
How to attach a custom apple iPhone/iPad icon to your website
<link rel="apple-touch-icon" href="/images/mycustomiphoneicon.png" />
<link rel="apple-touch-icon" href="http://www.othersite.com/images/mycustomiphoneicon.png" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment