Skip to content

Commit 40c370f

Browse files
authored
Add website icon to repl (#9555)
1 parent 4042e30 commit 40c370f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/dev/repl/src/index.html

+10
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66
<meta name="theme-color" content="#21374b" />
77
<meta name="Description" content="Run Parcel 2 right in your browser" />
88
<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+
<link
15+
rel="icon"
16+
sizes="512x512"
17+
href="url:./assets/avatar.png?width=512&height=512"
18+
/>
919
<link
1020
rel="apple-touch-icon"
1121
href="url:./assets/avatar.png?width=192&height=192"

0 commit comments

Comments
 (0)