UNPKG

@realfavicongenerator/grunt-real-favicon

Version:

Generate a multiplatform favicon with RealFaviconGenerator and Grunt

22 lines (17 loc) 726 B
<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="/yet/another/pathfavicon-48x48.png" sizes="48x48"> <link rel="icon" type="image/svg+xml" href="/yet/another/pathfavicon.svg"> <link rel="shortcut icon" href="/yet/another/pathfavicon.ico"> <link rel="apple-touch-icon" sizes="180x180" href="/yet/another/pathapple-touch-icon.png"> <link rel="manifest" href="/yet/another/pathsite.webmanifest"> </head> <body> <h1>Page 1</h1> <p>Some content here</p> </body> </html>