We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4042e30 commit 40c370fCopy full SHA for 40c370f
packages/dev/repl/src/index.html
@@ -6,6 +6,16 @@
6
<meta name="theme-color" content="#21374b" />
7
<meta name="Description" content="Run Parcel 2 right in your browser" />
8
<link rel="stylesheet" type="text/css" href="./styles/index.css" />
9
+ <link
10
+ rel="icon"
11
+ sizes="192x192"
12
+ href="url:./assets/avatar.png?width=192&height=192"
13
+ />
14
15
16
+ sizes="512x512"
17
+ href="url:./assets/avatar.png?width=512&height=512"
18
19
<link
20
rel="apple-touch-icon"
21
href="url:./assets/avatar.png?width=192&height=192"
0 commit comments