mirror of
https://gitlab.com/redline-racing-division/car-show.git
synced 2025-07-30 18:11:39 +00:00
added favicons
This commit is contained in:
BIN
img/fav/android-chrome-192x192.png
Normal file
BIN
img/fav/android-chrome-192x192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
img/fav/android-chrome-512x512.png
Normal file
BIN
img/fav/android-chrome-512x512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
BIN
img/fav/apple-touch-icon.png
Normal file
BIN
img/fav/apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
img/fav/favicon-16x16.png
Normal file
BIN
img/fav/favicon-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 733 B |
BIN
img/fav/favicon-32x32.png
Normal file
BIN
img/fav/favicon-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
img/fav/favicon.ico
Normal file
BIN
img/fav/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
1
img/fav/site.webmanifest
Normal file
1
img/fav/site.webmanifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
20
index.html
20
index.html
@@ -58,6 +58,26 @@
|
|||||||
|
|
||||||
<!-- Custom styles for this template -->
|
<!-- Custom styles for this template -->
|
||||||
<link href="css/agency.css" rel="stylesheet" />
|
<link href="css/agency.css" rel="stylesheet" />
|
||||||
|
|
||||||
|
<!-- Favicons -->
|
||||||
|
<link
|
||||||
|
rel="apple-touch-icon"
|
||||||
|
sizes="180x180"
|
||||||
|
href="/img/fav/apple-touch-icon.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="icon"
|
||||||
|
type="image/png"
|
||||||
|
sizes="32x32"
|
||||||
|
href="/img/fav/favicon-32x32.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="icon"
|
||||||
|
type="image/png"
|
||||||
|
sizes="16x16"
|
||||||
|
href="/img/fav/favicon-16x16.png"
|
||||||
|
/>
|
||||||
|
<link rel="manifest" href="/img/fav/site.webmanifest" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body id="page-top">
|
<body id="page-top">
|
||||||
|
Reference in New Issue
Block a user