|
3 | 3 | <head>
|
4 | 4 | <meta charset="utf-8" />
|
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1" />
|
6 |
| - <meta name="theme-color" content="#000000" /> |
| 6 | + <meta name="theme-color" content="#009d35" /> |
7 | 7 | <meta
|
8 | 8 | name="description"
|
9 |
| - content="Web site created using create-react-app" |
| 9 | + content="Tree of Science allows you to explore bibliographic data from Web of Science and Scopus, it digests this bibliographic information and uses graph analysis to inform you of the most important documents you need to read in order to understand a document." |
10 | 10 | />
|
| 11 | + <meta |
| 12 | + name="keywords" |
| 13 | + content="science, bibliography, web of science, scopus, bibliometrics" |
| 14 | + /> |
| 15 | + <meta name="author" content="Core of Science, Corp." /> |
| 16 | + <meta name="copyright" content="2020 Core of Science." /> |
| 17 | + <title>Tree of Science</title> |
11 | 18 | <!--
|
12 | 19 | Notice the use of %PUBLIC_URL% in the tags above.
|
13 | 20 | It will be replaced with the URL of the `public` folder during the build.
|
|
18 | 25 | Learn how to configure a non-root public URL by running `npm run build`.
|
19 | 26 | -->
|
20 | 27 |
|
21 |
| - <link rel="apple-touch-icon" sizes="57x57" href="%PUBLIC_URL%/apple-icon-57x57.png" /> |
22 |
| - <link rel="apple-touch-icon" sizes="60x60" href="%PUBLIC_URL%/apple-icon-60x60.png" /> |
23 |
| - <link rel="apple-touch-icon" sizes="72x72" href="%PUBLIC_URL%/apple-icon-72x72.png" /> |
24 |
| - <link rel="apple-touch-icon" sizes="76x76" href="%PUBLIC_URL%/apple-icon-76x76.png" /> |
| 28 | + <link |
| 29 | + rel="apple-touch-icon" |
| 30 | + sizes="57x57" |
| 31 | + href="%PUBLIC_URL%/apple-icon-57x57.png" |
| 32 | + /> |
| 33 | + <link |
| 34 | + rel="apple-touch-icon" |
| 35 | + sizes="60x60" |
| 36 | + href="%PUBLIC_URL%/apple-icon-60x60.png" |
| 37 | + /> |
| 38 | + <link |
| 39 | + rel="apple-touch-icon" |
| 40 | + sizes="72x72" |
| 41 | + href="%PUBLIC_URL%/apple-icon-72x72.png" |
| 42 | + /> |
| 43 | + <link |
| 44 | + rel="apple-touch-icon" |
| 45 | + sizes="76x76" |
| 46 | + href="%PUBLIC_URL%/apple-icon-76x76.png" |
| 47 | + /> |
25 | 48 | <link
|
26 | 49 | rel="apple-touch-icon"
|
27 | 50 | sizes="114x114"
|
|
53 | 76 | sizes="192x192"
|
54 | 77 | href="%PUBLIC_URL%/android-icon-192x192.png"
|
55 | 78 | />
|
56 |
| - <link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicon-32x32.png" /> |
57 |
| - <link rel="icon" type="image/png" sizes="96x96" href="%PUBLIC_URL%/favicon-96x96.png" /> |
58 |
| - <link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon-16x16.png" /> |
| 79 | + <link |
| 80 | + rel="icon" |
| 81 | + type="image/png" |
| 82 | + sizes="32x32" |
| 83 | + href="%PUBLIC_URL%/favicon-32x32.png" |
| 84 | + /> |
| 85 | + <link |
| 86 | + rel="icon" |
| 87 | + type="image/png" |
| 88 | + sizes="96x96" |
| 89 | + href="%PUBLIC_URL%/favicon-96x96.png" |
| 90 | + /> |
| 91 | + <link |
| 92 | + rel="icon" |
| 93 | + type="image/png" |
| 94 | + sizes="16x16" |
| 95 | + href="%PUBLIC_URL%/favicon-16x16.png" |
| 96 | + /> |
59 | 97 | <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
60 | 98 | <meta name="msapplication-TileColor" content="#ffffff" />
|
61 |
| - <meta name="msapplication-TileImage" content="%PUBLIC_URL%/ms-icon-144x144.png" /> |
| 99 | + <meta |
| 100 | + name="msapplication-TileImage" |
| 101 | + content="%PUBLIC_URL%/ms-icon-144x144.png" |
| 102 | + /> |
62 | 103 | <meta name="theme-color" content="#ffffff" />
|
63 | 104 |
|
64 | 105 | <link
|
|
69 | 110 | href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Oswald:wght@700&display=swap"
|
70 | 111 | rel="stylesheet"
|
71 | 112 | />
|
72 |
| - <title>Tree of Science</title> |
73 | 113 | </head>
|
74 | 114 | <body>
|
75 | 115 | <noscript>You need to enable JavaScript to run this app.</noscript>
|
|
0 commit comments