index.html 638 B

12345678910111213141516171819202122
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta
  7. name="viewport"
  8. content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0"
  9. />
  10. <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
  11. <title>MewLive充值中心</title>
  12. </head>
  13. <body>
  14. <noscript>
  15. <strong
  16. >很抱歉,没有启用JavaScript,MewLive充值中心无法正常工作。请启用它以继续。</strong
  17. >
  18. </noscript>
  19. <div id="app"></div>
  20. <!-- built files will be auto injected -->
  21. </body>
  22. </html>