Skip to content

Commit dafd31b

Browse files
committed
Add favicon to Welcome and Treetop pages
1 parent fa9d50a commit dafd31b

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

src/treetop/treetop.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<link rel="icon" type="image/png" sizes="32x32" href="icons/icon32.png" />
7+
<link rel="icon" type="image/png" sizes="48x48" href="icons/icon48.png" />
8+
<link rel="icon" type="image/png" sizes="64x64" href="icons/icon64.png" />
9+
<link rel="icon" type="image/png" sizes="96x96" href="icons/icon96.png" />
10+
<link
11+
rel="icon"
12+
type="image/png"
13+
sizes="128x128"
14+
href="icons/icon128.png" />
615
<title>Treetop</title>
716
</head>
817
<body>

src/welcome/welcome.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<link rel="icon" type="image/png" sizes="32x32" href="icons/icon32.png" />
7+
<link rel="icon" type="image/png" sizes="48x48" href="icons/icon48.png" />
8+
<link rel="icon" type="image/png" sizes="64x64" href="icons/icon64.png" />
9+
<link rel="icon" type="image/png" sizes="96x96" href="icons/icon96.png" />
10+
<link
11+
rel="icon"
12+
type="image/png"
13+
sizes="128x128"
14+
href="icons/icon128.png" />
615
<title>Welcome to Treetop!</title>
716
</head>
817
<body>

0 commit comments

Comments
 (0)