nile/public/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:
2023-02-03 13:25:41 +00:00
Extract this package in <code>&lt;web site&gt;/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/favicons/favicon.ico</code>.
2022-12-24 20:49:01 -05:00
Insert the following code in the `head` section of your pages:
2023-02-03 13:25:41 +00:00
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png?v=jan27deltaburn">
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png?v=jan27deltaburn">
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png?v=jan27deltaburn">
<link rel="manifest" href="/favicons/site.webmanifest?v=jan27deltaburn">
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg?v=jan27deltaburn" color="#ffc40d">
<link rel="shortcut icon" href="/favicons/favicon.ico?v=jan27deltaburn">
2022-12-24 20:49:01 -05:00
<meta name="msapplication-TileColor" content="#ffc40d">
2023-02-03 13:25:41 +00:00
<meta name="msapplication-config" content="/favicons/browserconfig.xml?v=jan27deltaburn">
<meta name="theme-color" content="#ff0000">
2022-12-24 20:49:01 -05:00
*Optional* - Check your favicon with the [favicon checker](https://realfavicongenerator.net/favicon_checker)