fix favicon path

This commit is contained in:
Nicolas Cusan
2021-09-08 09:32:33 +02:00
parent a26abb42d8
commit 6ecf214658
7 changed files with 20 additions and 20 deletions

View File

@@ -6,9 +6,9 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Destyle.css - Compared to other resets</title>
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="icon" href="/destyle.css/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/destyle.css/apple-touch-icon.png">
<link rel="manifest" href="/destyle.css/site.webmanifest">
<link rel="stylesheet" href="destyle.css" />
<link rel="stylesheet" href="style.css" />

View File

@@ -4,9 +4,9 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Iframe Content</title>
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="icon" href="/destyle.css/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/destyle.css/apple-touch-icon.png">
<link rel="manifest" href="/destyle.css/site.webmanifest">
<link rel="stylesheet" href="destyle.css">
<meta name="google-site-verification" content="6NN30tyC1Cm8FIYA9_PwrI8vf_dqvILEXn220VFXdVs" />
</head>

View File

@@ -8,9 +8,9 @@
Destyle.css - Opinionated reset stylesheet that provides a clean slate for
styling your html.
</title>
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="icon" href="/destyle.css/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/destyle.css/apple-touch-icon.png">
<link rel="manifest" href="/destyle.css/site.webmanifest">
<link rel="stylesheet" href="destyle.css" />
<link rel="stylesheet" href="style.css" />
<meta

View File

@@ -4,9 +4,9 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HTML5 Test Page</title>
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="icon" href="/destyle.css/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/destyle.css/apple-touch-icon.png">
<link rel="manifest" href="/destyle.css/site.webmanifest">
<link rel="stylesheet" href="https://unpkg.com/normalize.css@8.0.1/normalize.css">
<meta name="google-site-verification" content="6NN30tyC1Cm8FIYA9_PwrI8vf_dqvILEXn220VFXdVs" />
</head>

View File

@@ -4,9 +4,9 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HTML5 Test Page</title>
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="icon" href="/destyle.css/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/destyle.css/apple-touch-icon.png">
<link rel="manifest" href="/destyle.css/site.webmanifest">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css">
<meta name="google-site-verification" content="6NN30tyC1Cm8FIYA9_PwrI8vf_dqvILEXn220VFXdVs" />
</head>

View File

@@ -3,12 +3,12 @@
"short_name": "Destyle.css",
"icons": [
{
"src": "/android-chrome-192x192.png",
"src": "/destyle.css/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"src": "/destyle.css/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}

View File

@@ -4,9 +4,9 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HTML5 Test Page</title>
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="icon" href="/destyle.css/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/destyle.css/apple-touch-icon.png">
<link rel="manifest" href="/destyle.css/site.webmanifest">
<link rel="stylesheet" href="destyle.css">
<meta name="google-site-verification" content="6NN30tyC1Cm8FIYA9_PwrI8vf_dqvILEXn220VFXdVs" />
</head>