index.html 719 B

123456789101112131415161718192021
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta
  6. name="viewport"
  7. content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
  8. />
  9. <meta name="theme-color" content="#000000" />
  10. <meta name="description" content="Web site created using create-react-app" />
  11. <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
  12. <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
  13. <script src="./myData/myData.js"></script>
  14. <title>title</title>
  15. </head>
  16. <body>
  17. <noscript>You need to enable JavaScript to run this app.</noscript>
  18. <div id="root" style="width: 100%; height: 100vh;"></div>
  19. </body>
  20. </html>