mirror of
https://gitlab.com/redline-racing-division/redline-racing-website.git
synced 2025-07-25 07:31:50 +00:00
added favicons
This commit is contained in:
32
index.html
32
index.html
@@ -17,6 +17,38 @@
|
||||
<noscript>
|
||||
<link rel="stylesheet" href="assets/css/noscript.css"
|
||||
/></noscript>
|
||||
<!-- Favicon magic stuff -->
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="./images/icons/apple-touch-icon.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="./images/icons/favicon-32x32.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="./images/icons/favicon-16x16.png"
|
||||
/>
|
||||
<link rel="manifest" href="./images/icons/site.webmanifest" />
|
||||
<link
|
||||
rel="mask-icon"
|
||||
href="./images/icons/safari-pinned-tab.svg"
|
||||
color="#d55b5b"
|
||||
/>
|
||||
<link rel="shortcut icon" href="./images/icons/favicon.ico" />
|
||||
<meta name="msapplication-TileColor" content="#b91d47" />
|
||||
<meta
|
||||
name="msapplication-config"
|
||||
content="./images/icons/browserconfig.xml"
|
||||
/>
|
||||
<meta name="theme-color" content="#ffffff" />
|
||||
<!-- End of the facicon magic stuff -->
|
||||
</head>
|
||||
|
||||
<body class="is-preload">
|
||||
|
Reference in New Issue
Block a user