File tree 1 file changed +16
-16
lines changed
1 file changed +16
-16
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
- < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
6
- <!-- <meta name="theme-color" content="#000000" /> -->
7
- < meta
8
- name ="description "
9
- content ="Web site created using create-react-app "
10
- />
11
- < title > React App</ title >
12
- </ head >
13
- < body >
14
- < noscript > You need to enable JavaScript to run this app.</ noscript >
15
- < div id ="root "> </ div >
16
- <!--
3
+
4
+ < head >
5
+ < meta charset ="utf-8 " />
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
7
+ <!-- <meta name="theme-color" content="#000000" /> -->
8
+ < meta name ="description " content ="Web site created using create-react-app " />
9
+ < title > Connect me</ title >
10
+ </ head >
11
+
12
+ < body >
13
+ < noscript > You need to enable JavaScript to run this app.</ noscript >
14
+ < div id ="root "> </ div >
15
+ <!--
17
16
This HTML file is a template.
18
17
If you open it directly in the browser, you will see an empty page.
19
18
23
22
To begin the development, run `npm start` or `yarn start`.
24
23
To create a production bundle, use `npm run build` or `yarn build`.
25
24
-->
26
- </ body >
27
- </ html >
25
+ </ body >
26
+
27
+ </ html >
You can’t perform that action at this time.
0 commit comments