index.html 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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><%= htmlWebpackPlugin.options.title %></title>
  9. <style type="text/css">
  10. .footer_copy {
  11. padding: 10px 0;
  12. text-align: center;
  13. color: #999;
  14. }
  15. .footer_copy a {
  16. margin-right: 5px;
  17. color: #fff;
  18. }
  19. </style>
  20. <script type="text/javascript">
  21. var userAgent = navigator.userAgent;
  22. if (/micromessenger/i.test(userAgent)) {
  23. document.write(
  24. '<script src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"><\/script>'
  25. );
  26. }
  27. </script>
  28. </head>
  29. <body>
  30. <noscript>
  31. <strong
  32. >We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
  33. properly without JavaScript enabled. Please enable it to
  34. continue.</strong
  35. >
  36. </noscript>
  37. <div id="app"></div>
  38. <!-- built files will be auto injected -->
  39. <div class="footer_copy">
  40. <a href="https://beian.miit.gov.cn" target="_blank">
  41. 蜀ICP备18008991号-3
  42. </a>
  43. 版权所有:3Dqueen
  44. </div>
  45. </body>
  46. </html>