@realfavicongenerator/grunt-real-favicon
Version:
Generate a multiplatform favicon with RealFaviconGenerator and Grunt
13 lines (12 loc) • 319 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">
</head>
<body>
<h1>Page 1</h1>
<p>Some content here</p>
</body>
</html>