index.html 740 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 create-react-app" />
  8. <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
  9. <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
  10. <title>此物-文物AI识别比对系统</title>
  11. <script src="./myData/index.js"></script>
  12. <script>
  13. const baseUrlTempOne = 'https://sit-ciwu.4dage.com'
  14. </script>
  15. </head>
  16. <body>
  17. <noscript>You need to enable JavaScript to run this app.</noscript>
  18. <div id="root"></div>
  19. </body>
  20. </html>