index.html 948 B

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html>
  2. <html lang="">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0" />
  7. <meta name="renderer" content="webkit" />
  8. <meta name="force-rendering" content="webkit" />
  9. <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
  10. <title><%= process.env.VUE_APP_TITLE %></title>
  11. <script>
  12. if (!!window.ActiveXObject || "ActiveXObject" in window) {
  13. window.location.href = "./ieIncompatible/index.html"
  14. }
  15. </script>
  16. </head>
  17. <body>
  18. <noscript>
  19. <strong>
  20. We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.
  21. </strong>
  22. </noscript>
  23. <div id="app"></div>
  24. <!-- built files will be auto injected -->
  25. </body>
  26. </html>