test fav
This commit is contained in:
25
index.html
25
index.html
@@ -135,26 +135,11 @@
|
||||
|
||||
<!-- Favicon section should be updated to: -->
|
||||
|
||||
<!-- Standard favicon (16x16 or 32x32) -->
|
||||
<link rel="icon" href="/wdi-logo.ico" type="image/x-icon">
|
||||
|
||||
<!-- Add this to your <head> section -->
|
||||
<link rel="icon" href="/favicon.png" type="image/png" sizes="48x48">
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon" sizes="16x16">
|
||||
|
||||
<!-- For modern browsers -->
|
||||
<link rel="icon" href="/wdi-logo.png" type="image/png" sizes="32x32">
|
||||
<link rel="icon" href="/wdi-logo.png" type="image/png" sizes="16x16">
|
||||
|
||||
<!-- Apple Touch Icon (recommended 180x180) -->
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
||||
|
||||
<!-- Android/Chrome -->
|
||||
<link rel="icon" sizes="192x192" href="/android-chrome-192x192.png">
|
||||
<link rel="icon" sizes="512x512" href="/android-chrome-512x512.png">
|
||||
|
||||
<!-- Web App Manifest -->
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
<link rel="manifest" href="/site.webmanifest" />
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user