index.html 836 B

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