index.html 760 B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html lang="zh">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1" />
  6. <meta name="theme-color" content="#000000" />
  7. <meta name="description" content="Web site created using Vite + React" />
  8. <meta
  9. name="viewport"
  10. content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"
  11. />
  12. <link rel="apple-touch-icon" href="./logo192.png" />
  13. <script src="./static/myData/data.js"></script>
  14. <title>集宁博物馆</title>
  15. </head>
  16. <body>
  17. <noscript>You need to enable JavaScript to run this app.</noscript>
  18. <div id="root"></div>
  19. <script type="module" src="./src/index.tsx"></script>
  20. </body>
  21. </html>