index.html 854 B

12345678910111213141516171819202122232425
  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. <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
  12. <title>知学知考</title>
  13. </head>
  14. <body>
  15. <noscript>
  16. <strong
  17. >We're sorry but 管理后台 doesn't work properly without JavaScript
  18. enabled. Please enable it to continue.</strong
  19. >
  20. </noscript>
  21. <div id="app"></div>
  22. <!-- built files will be auto injected -->
  23. </body>
  24. </html>