index.html 1018 B

1234567891011121314151617181920212223242526272829
  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. <link rel="stylesheet" href="./plugins/css/pluginsCss.css" />
  13. <link rel="stylesheet" href="./plugins/plugins.css" />
  14. <link rel="stylesheet" href="./css/luckysheet.css" />
  15. <link rel="stylesheet" href="./assets/iconfont/iconfont.css" />
  16. <script src="./plugins/js/plugin.js"></script>
  17. <script src="./luckysheet.umd.js"></script>
  18. </head>
  19. <body>
  20. <noscript>
  21. <strong>
  22. We're sorry but <%= webpackConfig.name %> doesn't work properly without
  23. JavaScript enabled. Please enable it to continue.
  24. </strong>
  25. </noscript>
  26. <div id="app"></div>
  27. <!-- built files will be auto injected -->
  28. </body>
  29. </html>