mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
move all other favicon-types into dist/icons folder,
point to icons via link and meta tags, leave favicon.ico in root old browsers, added custom jekyll layout file to use the icons for the project website as well. https://help.github.com/en/articles/customizing-css-and-html-in-your-jekyll-theme https://github.com/pages-themes/minimal/blob/master/_layouts/default.html https://stackoverflow.com/a/48969053
This commit is contained in:
BIN
dist/icons/android-chrome-192x192.png
vendored
Normal file
BIN
dist/icons/android-chrome-192x192.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
BIN
dist/icons/apple-touch-icon.png
vendored
Normal file
BIN
dist/icons/apple-touch-icon.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
9
dist/icons/browserconfig.xml
vendored
Normal file
9
dist/icons/browserconfig.xml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/dist/icons/mstile-150x150.png"/>
|
||||
<TileColor>#b91d47</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
BIN
dist/icons/favicon-16x16.png
vendored
Normal file
BIN
dist/icons/favicon-16x16.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
dist/icons/favicon-32x32.png
vendored
Normal file
BIN
dist/icons/favicon-32x32.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
BIN
dist/icons/favicon.png
vendored
Normal file
BIN
dist/icons/favicon.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
2
dist/icons/site.webmanifest
vendored
2
dist/icons/site.webmanifest
vendored
@@ -3,7 +3,7 @@
|
||||
"short_name": "RaspAP",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
"src": "/dist/icons/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
}
|
||||
|
Reference in New Issue
Block a user