index.html 980 B

1234567891011121314151617181920212223242526272829
  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
  12. http-equiv="Content-Security-Policy"
  13. content="script-src 'self' 'unsafe-inline' 'unsafe-eval' ;"
  14. />
  15. <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
  16. <title>知学知考</title>
  17. </head>
  18. <body>
  19. <noscript>
  20. <strong
  21. >We're sorry but 管理后台 doesn't work properly without JavaScript
  22. enabled. Please enable it to continue.</strong
  23. >
  24. </noscript>
  25. <div id="app"></div>
  26. <!-- built files will be auto injected -->
  27. </body>
  28. </html>