index.html 454 B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
  6. <meta
  7. name="viewport"
  8. content="width=device-width, initial-scale=1, shrink-to-fit=no"
  9. />
  10. <title>overview市场流动性热图软件 V1.0</title>
  11. </head>
  12. <body>
  13. <noscript>
  14. You need to enable JavaScript to run this app.
  15. </noscript>
  16. <div id="root"></div>
  17. </body>
  18. </html>