Last active
December 15, 2015 18:09
-
-
Save videoMonkey/5301557 to your computer and use it in GitHub Desktop.
pinned sites code.
This file contains hidden or 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
<!-- pinned site icons for various applications --> | |
<!-- ios and android --> | |
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="apple-icon-57x57-precomposed.png" /> | |
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-icon-72x72-precomposed.png" /> | |
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-icon-114x114-precomposed.png" /> | |
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="apple-icon-144x144-precomposed.png" /> | |
<!-- http://mrgan.tumblr.com/post/708404794/ios-app-icon-sizes --> | |
<!-- splash screen for saved app --> | |
<link rel="apple-touch-startup-image" href="/startup.png"> | |
<!-- windows --> | |
<!-- http://hicksdesign.co.uk/journal/pinned-sites-in-windows-8 --> | |
<!-- http://www.buildmypinnedsite.com/ --> | |
<meta name="application-name" content="site name"/> | |
<meta name="msapplication-TileColor" content="#333333"/> | |
<meta name="msapplication-TileImage" content="windows-touch-icon-144x144.png"/> | |
<!-- opera speeddial 250x160 max and 114 square min --> | |
<!-- http://dev.opera.com/articles/view/opera-speed-dial-enhancements/ --> | |
<link rel="icon" type="image/png" href="opera-speeddial-icon-250x160.png"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment