mirror of
https://github.com/nicolas-cusan/destyle.css.git
synced 2025-09-02 17:42:49 +02:00
fix favicon path
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user