index.html 1.0 KB

123456789101112131415161718192021222324252627
  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,maximum-scale=1, user-scalable=no">
  7. <link rel="icon" href="<%= BASE_URL %>icon.jpg">
  8. <title>5.18博物馆的力量--奔赴美好生活</title>
  9. <script src="<%= BASE_URL %>libs/hammer.js"></script>
  10. <script>
  11. var _hmt = _hmt || [];
  12. (function() {
  13. var hm = document.createElement("script");
  14. hm.src = "https://hm.baidu.com/hm.js?6e780e50daf3be600389a15eb53860b5";
  15. var s = document.getElementsByTagName("script")[0];
  16. s.parentNode.insertBefore(hm, s);
  17. })();
  18. </script>
  19. </head>
  20. <body>
  21. <noscript>
  22. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  23. </noscript>
  24. <div id="app"></div>
  25. <!-- built files will be auto injected -->
  26. </body>
  27. </html>