浏览代码

test theme color

amenpunk 3 年之前
父节点
当前提交
a1be3b92c6
共有 1 个文件被更改,包括 58 次插入50 次删除
  1. 58 50
      public/index.html

+ 58 - 50
public/index.html

@@ -1,53 +1,61 @@
1 1
 <!DOCTYPE html>
2 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
-    <meta name="theme-color" content="#000000" />
8
-
9
-    <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
10
-    <meta http-equiv="Pragma" content="no-cache" />
11
-    <meta http-equiv="Expires" content="0" />
12
-
13
-    <meta
14
-      name="description"
15
-      content="Web site created using create-react-app"
16
-    />
17
-    <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>
18
-    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
19
-    <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
20
-
21
-    <!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" /> -->
22
-    <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
23
-    <!--
24
-      manifest.json provides metadata used when your web app is installed on a
25
-      user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
26
-    -->
27
-    <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
28
-    <!--
29
-      Notice the use of %PUBLIC_URL% in the tags above.
30
-      It will be replaced with the URL of the `public` folder during the build.
31
-      Only files inside the `public` folder can be referenced from the HTML.
32
-
33
-      Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
34
-      work correctly both with client-side routing and a non-root public URL.
35
-      Learn how to configure a non-root public URL by running `npm run build`.
36
-    -->
37
-    <title>Psico Admin</title>
38
-  </head>
39
-  <body>
40
-    <noscript>You need to enable JavaScript to run this app.</noscript>
41
-    <div id="root"></div>
42
-    <!--
43
-      This HTML file is a template.
44
-      If you open it directly in the browser, you will see an empty page.
45
-
46
-      You can add webfonts, meta tags, or analytics to this file.
47
-      The build step will place the bundled scripts into the <body> tag.
48
-
49
-      To begin the development, run `npm start` or `yarn start`.
50
-      To create a production bundle, use `npm run build` or `yarn build`.
51
-    -->
52
-  </body>
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
+        <!--
32
+            manifest.json provides metadata used when your web app is installed on a
33
+            user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
34
+        -->
35
+        <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
36
+        <!--
37
+            Notice the use of %PUBLIC_URL% in the tags above.
38
+            It will be replaced with the URL of the `public` folder during the build.
39
+            Only files inside the `public` folder can be referenced from the HTML.
40
+
41
+            Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
42
+            work correctly both with client-side routing and a non-root public URL.
43
+            Learn how to configure a non-root public URL by running `npm run build`.
44
+        -->
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
+        <!--
51
+            This HTML file is a template.
52
+            If you open it directly in the browser, you will see an empty page.
53
+
54
+            You can add webfonts, meta tags, or analytics to this file.
55
+            The build step will place the bundled scripts into the <body> tag.
56
+
57
+            To begin the development, run `npm start` or `yarn start`.
58
+            To create a production bundle, use `npm run build` or `yarn build`.
59
+        -->
60
+            </body>
53 61
 </html>