Skip to content

Commit ceb6c64

Browse files
committed
changed the title of the tab
1 parent 77dc81a commit ceb6c64

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

public/index.html

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
<!DOCTYPE html>
22
<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+
<!--
1716
This HTML file is a template.
1817
If you open it directly in the browser, you will see an empty page.
1918
@@ -23,5 +22,6 @@
2322
To begin the development, run `npm start` or `yarn start`.
2423
To create a production bundle, use `npm run build` or `yarn build`.
2524
-->
26-
</body>
27-
</html>
25+
</body>
26+
27+
</html>

0 commit comments

Comments
 (0)