index.html 668 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <meta name="description" content="商户采集与管理平台 - 多渠道商户发现、数据清洗、分级管理" />
  7. <meta name="robots" content="noindex, nofollow" />
  8. <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🕷</text></svg>" />
  9. <title>商户采集系统</title>
  10. </head>
  11. <body>
  12. <div id="root"></div>
  13. <script type="module" src="/src/main.tsx"></script>
  14. </body>
  15. </html>