index.html 944 B

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html>
  2. <html lang="zh-cmn-Hans">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
  6. <meta http-equiv="Pragma" content="no-cache" />
  7. <meta http-equiv="Expires" content="0" />
  8. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  9. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover">
  10. <meta name="robots" content="noindex,nofllow" />
  11. <meta name="generator" content="Halo" />
  12. <link rel="icon" href="<%= BASE_URL %>logo.png" />
  13. <title>凤起游戏</title>
  14. </head>
  15. <body>
  16. <noscript>
  17. <strong
  18. >We're sorry but vue-antd-pro doesn't work properly without JavaScript enabled. Please enable it to
  19. continue.</strong
  20. >
  21. </noscript>
  22. <div id="app"></div>
  23. <!-- built files will be auto injected -->
  24. </body>
  25. </html>