|
@@ -1,39 +1,42 @@
|
1
|
1
|
<!DOCTYPE html>
|
2
|
2
|
<html lang="es">
|
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
|
|
- <meta name="theme-color" content="#fd4b4b" />
|
8
|
|
-
|
9
|
|
- <!-- Chrome, Firefox OS and Opera -->
|
10
|
|
- <meta name="theme-color" content="#fd4b4b">
|
11
|
|
- <!-- Windows Phone -->
|
12
|
|
- <meta name="msapplication-navbutton-color" content="#fd4b4b">
|
13
|
|
- <!-- iOS Safari -->
|
14
|
|
- <meta name="apple-mobile-web-app-status-bar-style" content="#fd4b4b">
|
15
|
|
-
|
16
|
|
-
|
17
|
|
- <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
18
|
|
- <meta http-equiv="Pragma" content="no-cache" />
|
19
|
|
- <meta http-equiv="Expires" content="0" />
|
20
|
|
-
|
21
|
|
- <meta
|
22
|
|
- name="description"
|
23
|
|
- content="Web site created using create-react-app"
|
24
|
|
- />
|
25
|
|
- <script defer src="https://use.fontawesome.com/releases/v5.0.13/js/solid.js" integrity="sha384-tzzSw1/Vo+0N5UhStP3bvwWPq+uvzCMfrN1fEFe+xBmv1C/AtVX5K0uZtmcHitFZ" crossorigin="anonymous"></script>
|
26
|
|
- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
|
27
|
|
- <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
28
|
|
-
|
29
|
|
- <!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" /> -->
|
30
|
|
- <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
|
31
|
|
- <!--
|
|
3
|
+
|
|
4
|
+<head>
|
|
5
|
+ <meta charset="utf-8" />
|
|
6
|
+ <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
|
7
|
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
8
|
+ <meta name="theme-color" content="#fd4b4b" />
|
|
9
|
+
|
|
10
|
+ <!-- Chrome, Firefox OS and Opera -->
|
|
11
|
+ <meta name="theme-color" content="#fd4b4b">
|
|
12
|
+ <!-- Windows Phone -->
|
|
13
|
+ <meta name="msapplication-navbutton-color" content="#fd4b4b">
|
|
14
|
+ <!-- iOS Safari -->
|
|
15
|
+ <meta name="apple-mobile-web-app-status-bar-style" content="#fd4b4b">
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+ <meta http-equiv="cache-control" content="max-age=0">
|
|
19
|
+ <meta http-equiv="cache-control" content="no-cache">
|
|
20
|
+ <meta http-equiv="expires" content="-1">
|
|
21
|
+ <meta http-equiv="expires" content="Tue, 01 Jan 1980 11:00:00 GMT">
|
|
22
|
+ <meta http-equiv="pragma" content="no-cache">
|
|
23
|
+
|
|
24
|
+ <meta name="description" content="Web site created using create-react-app" />
|
|
25
|
+ <script defer src="https://use.fontawesome.com/releases/v5.0.13/js/solid.js"
|
|
26
|
+ integrity="sha384-tzzSw1/Vo+0N5UhStP3bvwWPq+uvzCMfrN1fEFe+xBmv1C/AtVX5K0uZtmcHitFZ"
|
|
27
|
+ crossorigin="anonymous"></script>
|
|
28
|
+ <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css"
|
|
29
|
+ integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
|
|
30
|
+ <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
|
31
|
+
|
|
32
|
+ <!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" /> -->
|
|
33
|
+ <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
|
|
34
|
+ <!--
|
32
|
35
|
manifest.json provides metadata used when your web app is installed on a
|
33
|
36
|
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
34
|
37
|
-->
|
35
|
|
- <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
36
|
|
- <!--
|
|
38
|
+ <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
|
39
|
+ <!--
|
37
|
40
|
Notice the use of %PUBLIC_URL% in the tags above.
|
38
|
41
|
It will be replaced with the URL of the `public` folder during the build.
|
39
|
42
|
Only files inside the `public` folder can be referenced from the HTML.
|
|
@@ -42,12 +45,13 @@
|
42
|
45
|
work correctly both with client-side routing and a non-root public URL.
|
43
|
46
|
Learn how to configure a non-root public URL by running `npm run build`.
|
44
|
47
|
-->
|
45
|
|
- <title>Psico Admin</title>
|
46
|
|
- </head>
|
47
|
|
- <body>
|
48
|
|
- <noscript>You need to enable JavaScript to run this app.</noscript>
|
49
|
|
- <div id="root"></div>
|
50
|
|
- <!--
|
|
48
|
+ <title>Psico Admin</title>
|
|
49
|
+</head>
|
|
50
|
+
|
|
51
|
+<body>
|
|
52
|
+ <noscript>You need to enable JavaScript to run this app.</noscript>
|
|
53
|
+ <div id="root"></div>
|
|
54
|
+ <!--
|
51
|
55
|
This HTML file is a template.
|
52
|
56
|
If you open it directly in the browser, you will see an empty page.
|
53
|
57
|
|
|
@@ -57,5 +61,6 @@
|
57
|
61
|
To begin the development, run `npm start` or `yarn start`.
|
58
|
62
|
To create a production bundle, use `npm run build` or `yarn build`.
|
59
|
63
|
-->
|
60
|
|
- </body>
|
|
64
|
+</body>
|
|
65
|
+
|
61
|
66
|
</html>
|