nile/dist/favicons/README.md

23 lines
1.4 KiB
Markdown
Raw Normal View History

2022-12-24 20:49:01 -05:00
# 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>&lt;web site&gt;/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)