|
a |
|
b/client/public/index.html |
|
|
1 |
<!DOCTYPE html> |
|
|
2 |
<html lang="en"> |
|
|
3 |
<head> |
|
|
4 |
<meta charset="utf-8" /> |
|
|
5 |
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> |
|
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1" /> |
|
|
7 |
|
|
|
8 |
<meta |
|
|
9 |
name="description" |
|
|
10 |
content="Client App for Stress Detection" |
|
|
11 |
/> |
|
|
12 |
<title>Client App for Stress Detection</title> |
|
|
13 |
</head> |
|
|
14 |
<body> |
|
|
15 |
<noscript>You need to enable JavaScript to run this app.</noscript> |
|
|
16 |
<div id="root"></div> |
|
|
17 |
<!-- |
|
|
18 |
This HTML file is a template. |
|
|
19 |
If you open it directly in the browser, you will see an empty page. |
|
|
20 |
|
|
|
21 |
You can add webfonts, meta tags, or analytics to this file. |
|
|
22 |
The build step will place the bundled scripts into the <body> tag. |
|
|
23 |
|
|
|
24 |
To begin the development, run `npm start` or `yarn start`. |
|
|
25 |
To create a production bundle, use `npm run build` or `yarn build`. |
|
|
26 |
--> |
|
|
27 |
</body> |
|
|
28 |
</html> |