index.html 925 B

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width,initial-scale=1.0,
  6. maximum-scale=1.0,minimum-scale=1.0, user-scalable=no" />
  7. <meta name="renderer" content="webkit|ie-comp|ie-stand" />
  8. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  9. <meta name="apple-mobile-web-app-capable" content="yes" />
  10. <meta name="apple-mobile-web-app-status-bar-style" content="black" />
  11. <meta http-equiv="Content-Security-Policy"
  12. content="script-src 'self' 'unsafe-inline' 'unsafe-eval' ;" />
  13. <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
  14. <title>机考数据中心</title>
  15. </head>
  16. <body>
  17. <noscript>
  18. <strong>We're sorry but 机考数据中心 doesn't work properly without JavaScript
  19. enabled. Please enable it to continue.</strong>
  20. </noscript>
  21. <div id="app"></div>
  22. <!-- built files will be auto injected -->
  23. </body>
  24. </html>