index.html 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  7. <meta name="renderer" content="webkit" />
  8. <meta
  9. name="viewport"
  10. content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui"
  11. />
  12. <meta name="format-detection" content="telephone=no" />
  13. <link rel="icon" href="<%= BASE_URL %>favicon.png" />
  14. <title>川陕苏区税收文物陈列展</title>
  15. <script>
  16. (function() {
  17. if (
  18. navigator.userAgent.indexOf("iPhone") > -1 ||
  19. navigator.userAgent.indexOf("Android") > -1
  20. ) {
  21. let href = window.location.href.split('/index.html')
  22. window.location.href = href[0] + "/mobile.html";
  23. }
  24. })();
  25. </script>
  26. </head>
  27. <body>
  28. <noscript>
  29. <strong
  30. >We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
  31. properly without JavaScript enabled. Please enable it to
  32. continue.</strong
  33. >
  34. </noscript>
  35. <div id="app"></div>
  36. <script src="<%= VUE_APP_STATIC_DIR %>/js/jquery-2.1.1.min.js"></script>
  37. <script src="<%= VUE_APP_STATIC_DIR %>/js/audio.min.1.0.4.js"></script>
  38. <script src="<%= VUE_APP_STATIC_DIR %>/js/jquery.media.js"></script>
  39. <!-- built files will be auto injected -->
  40. </body>
  41. </html>