index.html 794 B

12345678910111213141516171819202122
  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. <script src="./three/data.js"></script>
  15. <title>革命领袖视察黑龙江纪念馆</title>
  16. </head>
  17. <body>
  18. <noscript>You need to enable JavaScript to run this app.</noscript>
  19. <div id="root" style="width: 100%; height: 100vh;"></div>
  20. </body>
  21. </html>