index.html 780 B

12345678910111213141516171819202122232425
  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,user-scalable = no">
  7. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  8. <title>
  9. <%= htmlWebpackPlugin.options.title %>
  10. </title>
  11. <!--小程序SDK 只有在小程序容器中才能加载到 -->
  12. <script src="shinemosdk://20000/index.js"></script>
  13. </head>
  14. <body>
  15. <noscript>
  16. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
  17. Please enable it to continue.</strong>
  18. </noscript>
  19. <div id="app"></div>
  20. <!-- built files will be auto injected -->
  21. </body>
  22. </html>