mobile.html 1.2 KB

123456789101112131415161718192021222324252627282930
  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 name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui">
  9. <meta name="format-detection" content="telephone=no">
  10. <link rel="icon" href="<%= BASE_URL %>favicon.png">
  11. <title>川陕苏区税收文物陈列展</title>
  12. <script>
  13. (function(){
  14. if (!(navigator.userAgent.indexOf('iPhone') > -1 || navigator.userAgent.indexOf('Android') > -1)) {
  15. window.location.href = '/';
  16. }
  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. <script src="<%= VUE_APP_STATIC_DIR %>/js/jquery-2.1.1.min.js"></script>
  26. <script src="<%= VUE_APP_STATIC_DIR %>/js/audio.min.1.0.4.js"></script>
  27. <!-- built files will be auto injected -->
  28. </body>
  29. </html>