23 lines
No EOL
1.4 KiB
Markdown
23 lines
No EOL
1.4 KiB
Markdown
# Your Favicon Package
|
|
|
|
This package was generated with [RealFaviconGenerator](https://realfavicongenerator.net/) [v0.16](https://realfavicongenerator.net/change_log#v0.16)
|
|
|
|
## Install instructions
|
|
|
|
To install this package:
|
|
|
|
Extract this package in <code><web site>/images/favicons/</code>. If your site is <code>http://www.example.com</code>, you should be able to access a file named <code>http://www.example.com/images/favicons/favicon.ico</code>.
|
|
|
|
Insert the following code in the `head` section of your pages:
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicons/apple-touch-icon.png?v=12-19-22-delta">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicons/favicon-32x32.png?v=12-19-22-delta">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicons/favicon-16x16.png?v=12-19-22-delta">
|
|
<link rel="manifest" href="/images/favicons/site.webmanifest?v=12-19-22-delta">
|
|
<link rel="mask-icon" href="/images/favicons/safari-pinned-tab.svg?v=12-19-22-delta" color="#ffc40d">
|
|
<link rel="shortcut icon" href="/images/favicons/favicon.ico?v=12-19-22-delta">
|
|
<meta name="msapplication-TileColor" content="#ffc40d">
|
|
<meta name="msapplication-config" content="/images/favicons/browserconfig.xml?v=12-19-22-delta">
|
|
<meta name="theme-color" content="#ffffff">
|
|
|
|
*Optional* - Check your favicon with the [favicon checker](https://realfavicongenerator.net/favicon_checker) |