Skip to content

Instantly share code, notes, and snippets.

@dstyle0210
Forked from ace4gi/gist:a11a55b4ae52fbd309dc
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save dstyle0210/b105b613be36c04b252b to your computer and use it in GitHub Desktop.

Select an option

Save dstyle0210/b105b613be36c04b252b to your computer and use it in GitHub Desktop.
모바일 즐겨찾기 아이콘 적용 : shortcut icon
<!--
icon 만들기 : http://iconverticons.com/online/
아이폰 : apple-touch-icon
안드로이드 : shortcut icon
-->
<link rel="shortcut icon" href="${cp}/images/common/app_icon1.icon" /><!-- size:48x48 -->
<link rel="apple-touch-icon" href="${cp}/images/common/app_icon2.png" /><!-- size:114x114 -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment