Skip to content

Commit

Permalink
Add favicon to Welcome and Treetop pages
Browse files Browse the repository at this point in the history
  • Loading branch information
msmolens committed Jan 2, 2024
1 parent fa9d50a commit dafd31b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/treetop/treetop.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" sizes="32x32" href="icons/icon32.png" />
<link rel="icon" type="image/png" sizes="48x48" href="icons/icon48.png" />
<link rel="icon" type="image/png" sizes="64x64" href="icons/icon64.png" />
<link rel="icon" type="image/png" sizes="96x96" href="icons/icon96.png" />
<link
rel="icon"
type="image/png"
sizes="128x128"
href="icons/icon128.png" />
<title>Treetop</title>
</head>
<body>
Expand Down
9 changes: 9 additions & 0 deletions src/welcome/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" sizes="32x32" href="icons/icon32.png" />
<link rel="icon" type="image/png" sizes="48x48" href="icons/icon48.png" />
<link rel="icon" type="image/png" sizes="64x64" href="icons/icon64.png" />
<link rel="icon" type="image/png" sizes="96x96" href="icons/icon96.png" />
<link
rel="icon"
type="image/png"
sizes="128x128"
href="icons/icon128.png" />
<title>Welcome to Treetop!</title>
</head>
<body>
Expand Down

0 comments on commit dafd31b

Please sign in to comment.