File tree Expand file tree Collapse file tree 2 files changed +24
-12
lines changed
Expand file tree Collapse file tree 2 files changed +24
-12
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments