Skip to content

Instantly share code, notes, and snippets.

@khoipro
Created November 18, 2017 04:46
Show Gist options
  • Select an option

  • Save khoipro/ae39ac0c364d6fff1e95450f0fc62777 to your computer and use it in GitHub Desktop.

Select an option

Save khoipro/ae39ac0c364d6fff1e95450f0fc62777 to your computer and use it in GitHub Desktop.
Favicon example generator
<link rel="shortcut icon" sizes="16x16 24x24 32x32 48x48 64x64" href="https://codetot.net/favicon.ico">
<link rel="apple-touch-icon" sizes="57x57" href="/wp-content/themes/thirty/img/icons/favicon-57.png">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="/wp-content/themes/thirty/img/icons/favicon-57.png">
<link rel="apple-touch-icon" sizes="72x72" href="/wp-content/themes/thirty/img/icons/favicon-72.png">
<link rel="apple-touch-icon" sizes="114x114" href="/wp-content/themes/thirty/img/icons/favicon-114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/wp-content/themes/thirty/img/icons/favicon-120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/wp-content/themes/thirty/img/icons/favicon-144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/wp-content/themes/thirty/img/icons/favicon-152.png">
<meta name="application-name" content="codetot.net">
<meta name="msapplication-TileImage" content="/wp-content/themes/thirty/img/icons/favicon-144.png">
<meta name="msapplication-TileColor" content="#2A2A2A">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment