mirror of
https://gitlab.com/redline-racing-division/redline-racing-website.git
synced 2025-07-25 07:31:50 +00:00
favicons
This commit is contained in:
29
index.html
29
index.html
@@ -33,6 +33,35 @@
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="css/one-page-wonder.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" />
|
||||
<link
|
||||
rel="mask-icon"
|
||||
href="./img/fav/safari-pinned-tab.svg"
|
||||
color="#5bbad5"
|
||||
/>
|
||||
<link rel="shortcut icon" href="./img/fav/favicon.ico" />
|
||||
<meta name="msapplication-TileColor" content="#00aba9" />
|
||||
<meta name="msapplication-config" content="./img/fav/browserconfig.xml" />
|
||||
<meta name="theme-color" content="#ffffff" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
Reference in New Issue
Block a user