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" />