@realfavicongenerator/grunt-real-favicon
Version:
Generate a multiplatform favicon with RealFaviconGenerator and Grunt
22 lines (17 loc) • 711 B
HTML
<html>
<head>
<title>Sample page</title>
<link rel="icon" href="some_icon.png">
<meta property="og:image" content="http://www.example.com/example.jpg">
<meta name="apple-mobile-web-app-title" content="Default App">
<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 1</h1>
<p>Some content here</p>
</body>
</html>