index.html 806 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>We're sorry but 管理后台 doesn't work properly without JavaScript
  17. enabled. Please enable it to continue.</strong>
  18. </noscript>
  19. <div id="app"></div>
  20. <!-- built files will be auto injected -->
  21. </body>
  22. </html>