Skip to content

Commit 57b4214

Browse files
authored
Merge pull request #93 from janavipandole/add-favicon-87
Add favicon #87
2 parents f4609c5 + 2233e96 commit 57b4214

File tree

2 files changed

+24
-12
lines changed

2 files changed

+24
-12
lines changed

assets/favicon.png

822 KB
Loading

index.html

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
11
<!doctype html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6-
<link rel="icon" type="image/png" href="/assets/Screenshot 2025-11-17 194714.png" />
7-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Can I Try This? - Real Challenges Platform</title>
9-
</head>
10-
<body>
11-
<div id="root"></div>
12-
<script type="module" src="/src/main.tsx"></script>
13-
</body>
14-
</html>
3+
4+
<head>
5+
<meta charset="UTF-8" />
6+
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
7+
<link rel="icon" type="image/png" href="/assets/Screenshot 2025-11-17 194714.png" />
8+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9+
10+
<title>Can I Try This? - Real Challenges Platform</title>
11+
12+
<link rel="icon" type="image/svg+xml" href="assets/favicon.png">
13+
<link rel="alternate icon" type="image/png" href="assets/favicon.png" sizes="32x32">
14+
<link rel="alternate icon" type="image/png" href="assets/favicon.png" sizes="16x16">
15+
<link rel="apple-touch-icon" href="assets/favicon.png" sizes="180x180">
16+
17+
<meta name="theme-color" content="#5B2A86">
18+
19+
</head>
20+
21+
<body>
22+
<div id="root"></div>
23+
<script type="module" src="/src/main.tsx"></script>
24+
</body>
25+
26+
</html>

0 commit comments

Comments
 (0)