We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5309a70 commit 08d6a3aCopy full SHA for 08d6a3a
2 files changed
animations/red-letters/favicon.ico
-1.12 KB
animations/red-letters/index.html
@@ -10,7 +10,11 @@
10
/>
11
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
12
<meta name="author" content="Lorenzo Rossi" />
13
- <link rel="shortcut icon" href="favicon.ico" />
+
14
+ <link
15
+ rel="icon"
16
+ href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🆎</text></svg>"
17
+ />
18
19
<link rel="stylesheet" href="css/style.css" />
20
0 commit comments