mirror of
https://github.com/DBNinjin/Ninjin.Web.v2.git
synced 2025-06-27 18:31:55 +00:00
26 lines
1.7 KiB
Markdown
26 lines
1.7 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>/%sveltekit.assets%/assets/images/favicon/</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/%sveltekit.assets%/assets/images/favicon/favicon.ico</code>.
|
|
|
|
Insert the following code in the `head` section of your pages:
|
|
|
|
<link rel="apple-touch-icon" sizes="144x144" href="%sveltekit.assets%/assets/images/favicon/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="%sveltekit.assets%/assets/images/favicon/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="%sveltekit.assets%/assets/images/favicon/favicon-16x16.png">
|
|
<link rel="manifest" href="%sveltekit.assets%/assets/images/favicon/site.webmanifest">
|
|
<link rel="mask-icon" href="%sveltekit.assets%/assets/images/favicon/safari-pinned-tab.svg" color="#da532c">
|
|
<link rel="shortcut icon" href="%sveltekit.assets%/assets/images/favicon/favicon.ico">
|
|
<meta name="apple-mobile-web-app-title" content="Ninjin: DB">
|
|
<meta name="application-name" content="Ninjin: DB">
|
|
<meta name="msapplication-TileColor" content="#da532c">
|
|
<meta name="msapplication-TileImage" content="%sveltekit.assets%/assets/images/favicon/mstile-144x144.png">
|
|
<meta name="msapplication-config" content="%sveltekit.assets%/assets/images/favicon/browserconfig.xml">
|
|
<meta name="theme-color" content="#da532c">
|
|
|
|
*Optional* - Check your favicon with the [favicon checker](https://realfavicongenerator.net/favicon_checker) |