File tree Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
2
< html lang ="en ">
3
- < head >
4
- < meta charset ="UTF-8 " />
5
- < link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
6
- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
- < title > Vite + React</ title >
8
- </ head >
9
- < body >
10
- < div id ="root "> </ div >
11
- < script type ="module " src ="/src/main.jsx "> </ script >
12
- </ body >
13
- </ html >
3
+
4
+ < head >
5
+ < meta charset ="UTF-8 " />
6
+ < link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
7
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
8
+ < link rel ="icon " type ="image/x-icon " href ="/src/assets/Favicon.png ">
9
+ < title > XYZ Banking</ title >
10
+ </ head >
11
+
12
+ < body >
13
+ < div id ="root "> </ div >
14
+ < script type ="module " src ="/src/main.jsx "> </ script >
15
+ </ body >
16
+
17
+ </ html >
You can’t perform that action at this time.
0 commit comments