Revize 76e15218
Přidáno uživatelem Václav Honzík před téměř 3 roky(ů)
frontend/public/index.html | ||
---|---|---|
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 |
<meta |
|
9 |
name="description" |
|
10 |
content="Web site created using create-react-app" |
|
11 |
/> |
|
12 |
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> |
|
13 |
<!-- |
|
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 |
<meta |
|
9 |
name="description" |
|
10 |
content="Web site created using create-react-app" |
|
11 |
/> |
|
12 |
<link |
|
13 |
rel="stylesheet" |
|
14 |
href="https://unpkg.com/leaflet@1.8.0/dist/leaflet.css" |
|
15 |
integrity="sha512-hoalWLoI8r4UszCkZ5kL8vayOGVae1oxXe/2A4AO6J9+580uKHDO3JdHb7NzwwzK5xr/Fs0W40kiNHxM9vyTtQ==" |
|
16 |
crossorigin="" |
|
17 |
/> |
|
18 |
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> |
|
19 |
<!-- |
|
14 | 20 |
manifest.json provides metadata used when your web app is installed on a |
15 | 21 |
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ |
16 | 22 |
--> |
17 |
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> |
|
18 |
<!-- |
|
23 |
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
|
24 |
<!--
|
|
19 | 25 |
Notice the use of %PUBLIC_URL% in the tags above. |
20 | 26 |
It will be replaced with the URL of the `public` folder during the build. |
21 | 27 |
Only files inside the `public` folder can be referenced from the HTML. |
... | ... | |
24 | 30 |
work correctly both with client-side routing and a non-root public URL. |
25 | 31 |
Learn how to configure a non-root public URL by running `npm run build`. |
26 | 32 |
--> |
27 |
<title>React App</title> |
|
28 |
</head> |
|
29 |
<body> |
|
30 |
<noscript>You need to enable JavaScript to run this app.</noscript> |
|
31 |
<div id="root"></div> |
|
32 |
<!-- |
|
33 |
<script |
|
34 |
src="https://unpkg.com/leaflet@1.8.0/dist/leaflet.js" |
|
35 |
integrity="sha512-BB3hKbKWOc9Ez/TAwyWxNXeoV9c1v6FIeYiBieIWkpLjauysF18NzgR1MBNBXf8/KABdlkX68nAhlwcDFLGPCQ==" |
|
36 |
crossorigin="" |
|
37 |
></script> |
|
38 |
<title>React App</title> |
|
39 |
</head> |
|
40 |
<body> |
|
41 |
<noscript>You need to enable JavaScript to run this app.</noscript> |
|
42 |
<div id="root"></div> |
|
43 |
<!-- |
|
33 | 44 |
This HTML file is a template. |
34 | 45 |
If you open it directly in the browser, you will see an empty page. |
35 | 46 |
|
... | ... | |
38 | 49 |
|
39 | 50 |
To begin the development, run `npm start` or `yarn start`. |
40 | 51 |
To create a production bundle, use `npm run build` or `yarn build`. |
41 |
--> |
|
42 |
</body> |
|
52 |
--></body> |
|
43 | 53 |
</html> |
Také k dispozici: Unified diff
dummy path with arrows example
re #9547