|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> |
| 5 | + |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
7 | | - <meta name="theme-color" content="#000000" /> |
| 7 | + <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> |
| 8 | + <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> |
| 9 | + <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> |
| 10 | + <link rel="manifest" href="/site.webmanifest"> |
| 11 | + <meta name="msapplication-TileColor" content="#ffffff"> |
| 12 | + <meta name="theme-color" content="#ffffff"> |
8 | 13 | <meta |
9 | 14 | name="description" |
10 | | - content="Web site created using create-react-app" |
| 15 | + content="Smooth and fast cross platform Material Design date and time picker for React Native Paper" |
11 | 16 | /> |
12 | | - <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> |
13 | | - <!-- |
14 | | - manifest.json provides metadata used when your web app is installed on a |
15 | | - user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ |
16 | | - --> |
17 | | - <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> |
| 17 | + |
| 18 | + |
18 | 19 | <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap" rel="stylesheet"> |
19 | 20 | <!-- |
20 | 21 | Notice the use of %PUBLIC_URL% in the tags above. |
|
25 | 26 | work correctly both with client-side routing and a non-root public URL. |
26 | 27 | Learn how to configure a non-root public URL by running `npm run build`. |
27 | 28 | --> |
28 | | - <title>React App</title> |
| 29 | + <title>React Native Paper Dates | Smooth Material Design date and time picker</title> |
29 | 30 | <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet"> |
30 | 31 | </head> |
31 | 32 | <body> |
|
0 commit comments