Bez popisu

index.html 655B

12345678910111213141516171819
  1. <!-- public/index.html -->
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5. <meta charset="utf-8" />
  6. <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
  7. <meta name="viewport" content="width=device-width, initial-scale=1" />
  8. <meta name="theme-color" content="#000000" />
  9. <meta name="description" content="Web site created using create-react-app" />
  10. <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
  11. <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
  12. <title>React App</title>
  13. </head>
  14. <body>
  15. <noscript>You need to enable JavaScript to run this app.</noscript>
  16. <div id="root"></div>
  17. </body>
  18. </html>