|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8" /> |
| 5 | + <meta name="viewport" content="initial-scale = 1.0,maximum-scale = 1.0" /> |
| 6 | + <meta name="theme-color" content="#0051A2" /> |
| 7 | + <!-- |
| 8 | + manifest.json provides metadata used when your web app is installed on a |
| 9 | + user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ |
| 10 | + --> |
| 11 | + <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> |
| 12 | + <link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/apple-touch-icon.png"> |
| 13 | + <link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicon-32x32.png"> |
| 14 | + <link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon-16x16.png"> |
| 15 | + <!-- |
| 16 | + Notice the use of %PUBLIC_URL% in the tags above. |
| 17 | + It will be replaced with the URL of the `public` folder during the build. |
| 18 | + Only files inside the `public` folder can be referenced from the HTML. |
| 19 | +
|
| 20 | + Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will |
| 21 | + work correctly both with client-side routing and a non-root public URL. |
| 22 | + Learn how to configure a non-root public URL by running `npm run build`. |
| 23 | + --> |
| 24 | + |
| 25 | + <!-- Primary Meta Tags --> |
| 26 | + <title>COVID-19 | Restrictions generator</title> |
| 27 | + <meta name="title" content="COVID-19 | Restrictions generator"> |
| 28 | + <meta name="description" content="Rząd wprowadził nowe obostrzenia w związku z pandemią koronawirusa. Sprawdź, co dzisiaj wolno, a czego nie."> |
| 29 | + |
| 30 | + <!-- Open Graph / Facebook --> |
| 31 | + <meta property="og:type" content="website"> |
| 32 | + <meta property="og:url" content="%PUBLIC_URL%/"> |
| 33 | + <meta property="og:title" content="COVID-19 | Restrictions generator"> |
| 34 | + <meta property="og:description" content="Rząd wprowadził nowe obostrzenia w związku z pandemią koronawirusa. Sprawdź, co dzisiaj wolno, a czego nie."> |
| 35 | + <meta property="og:image" content="%PUBLIC_URL%/og_image.jpg"> |
| 36 | + <meta property="og:locale" content="pl_PL" /> |
| 37 | + |
| 38 | + <!-- Twitter --> |
| 39 | + <meta property="twitter:card" content="summary_large_image"> |
| 40 | + <meta property="twitter:url" content="%PUBLIC_URL%/"> |
| 41 | + <meta property="twitter:title" content="COVID-19 | Restrictions generator"> |
| 42 | + <meta property="twitter:description" content="Rząd wprowadził nowe obostrzenia w związku z pandemią koronawirusa. Sprawdź, co dzisiaj wolno, a czego nie."> |
| 43 | + <meta property="twitter:image" content="%PUBLIC_URL%/og_image.jpg"> |
| 44 | + <meta property="twitter:locale" content="pl_PL" /> |
| 45 | + </head> |
| 46 | + <body> |
| 47 | + <noscript>You need to enable JavaScript to run this app.</noscript> |
| 48 | + <div id="root"></div> |
| 49 | + <!-- |
| 50 | + This HTML file is a template. |
| 51 | + If you open it directly in the browser, you will see an empty page. |
| 52 | +
|
| 53 | + You can add webfonts, meta tags, or analytics to this file. |
| 54 | + The build step will place the bundled scripts into the <body> tag. |
| 55 | +
|
| 56 | + To begin the development, run `npm start` or `yarn start`. |
| 57 | + To create a production bundle, use `npm run build` or `yarn build`. |
| 58 | + --> |
| 59 | + <script src="https://polyfill.io/v3/polyfill.min.js?features=es2015%2Ces2016%2Ces2017%2Ces2018%2Ces2019%2Ces5%2Ces6%2Ces7"></script> |
| 60 | + </body> |
| 61 | +</html> |
0 commit comments