index.html 790 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html lang="">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;" />
  7. <script src="https://cdn.bootcdn.net/ajax/libs/eruda/2.5.0/eruda.min.js"></script>
  8. <script>
  9. window.eruda.init({
  10. tool: ["console", "network", "info", "resource"],
  11. });
  12. </script>
  13. <script src="https://cxzx.smcic.net/topic/highSpeed/index.min.js"></script>
  14. </head>
  15. <body>
  16. <noscript>
  17. <strong>We're sorry but doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  18. </noscript>
  19. <div id="app"></div>
  20. <!-- built files will be auto injected -->
  21. </body>
  22. </html>