include favicon html

This commit is contained in:
Nicolas Cusan
2019-07-12 15:27:49 +02:00
parent ced4bfe41e
commit ab4a12fce0
5 changed files with 20 additions and 0 deletions

View File

@@ -7,6 +7,10 @@
<title>
Destyle.css - a clean slate for writing CSS without user agent styles
</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="destyle.css" />
<link rel="stylesheet" href="style.css" />
</head>