mirror of
https://gitlab.com/redline-racing-division/car-show.git
synced 2025-08-02 03:21:35 +00:00
added favicons
This commit is contained in:
20
index.html
20
index.html
@@ -58,6 +58,26 @@
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<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>
|
||||
|
||||
<body id="page-top">
|
||||
|
Reference in New Issue
Block a user