@realfavicongenerator/grunt-real-favicon
Version:
Generate a multiplatform favicon with RealFaviconGenerator and Grunt
36 lines (16 loc) • 747 B
HTML
<html>
<head>
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-TileImage" content="/path/to/some/icons/mstile-144x144.png">
<meta name="msapplication-config" content="/path/to/some/icons/browserconfig.xml">
<link rel="icon" type="image/png" href="/path/to/iconsfavicon-48x48.png" sizes="48x48">
<link rel="icon" type="image/svg+xml" href="/path/to/iconsfavicon.svg">
<link rel="shortcut icon" href="/path/to/iconsfavicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/path/to/iconsapple-touch-icon.png">
<link rel="manifest" href="/path/to/iconssite.webmanifest">
</head>
<body>
<h1>Page 2</h1>
<p>Some content here</p>
</body>
</html>