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 > React Git Diff Component</ title >
8
+ <!-- <link rel="stylesheet" href="https://fonts.cdnfonts.com/css/google-sans" /> -->
9
+ < script src ="
https://unpkg.com/@ungap/[email protected] /min.js "
> </ script >
10
+ < link rel ="preconnect " href ="https://fonts.googleapis.com " />
11
+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin ="" />
12
+ < link
13
+ href ="https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap "
14
+ rel ="stylesheet "
15
+ />
16
+ < meta name ="description " content ="github diff, github like, react diff component, diff component, git diff " />
17
+ </ head >
3
18
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
- < title > React Git Diff Component</ title >
9
- <!-- <link rel="stylesheet" href="https://fonts.cdnfonts.com/css/google-sans" /> -->
10
- < script src ="
https://unpkg.com/@ungap/[email protected] /min.js "
> </ script >
11
- < link rel ="preconnect " href ="https://fonts.googleapis.com " />
12
- < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin ="" />
13
- < link href ="https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap "
14
- rel ="stylesheet " />
15
- < meta name ="description " content ="github diff, github like, react diff component, diff component, git diff " />
16
- </ head >
17
-
18
- < body >
19
- < div id ="root "> </ div >
20
- < script type ="module " src ="/src/main.tsx "> </ script >
21
- </ body >
22
-
23
- </ html >
19
+ < body >
20
+ < div id ="root "> </ div >
21
+ < script type ="module " src ="/src/main.tsx "> </ script >
22
+ </ body >
23
+ </ html >
0 commit comments