index.html 785 B

12345678910111213141516171819202122
  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 src="./myData/city.js"></script>
  13. <script>
  14. const baseUrlTempOne = 'https://sit-ciwu.4dage.com'
  15. </script>
  16. </head>
  17. <body>
  18. <noscript>You need to enable JavaScript to run this app.</noscript>
  19. <div id="root"></div>
  20. </body>
  21. </html>