index.html 708 B

123456789101112131415161718192021222324
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  6. <meta
  7. name="viewport"
  8. content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
  9. />
  10. <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
  11. <title><%= webpackConfig.name %></title>
  12. <script src="./config.js"></script>
  13. </head>
  14. <body>
  15. <noscript>
  16. <strong
  17. >We're sorry but <%= webpackConfig.name %> doesn't work properly without
  18. JavaScript 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>