| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8" />
- <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
- <meta name="renderer" content="webkit" />
- <meta
- name="viewport"
- content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui"
- />
- <meta name="format-detection" content="telephone=no" />
- <link rel="icon" href="<%= BASE_URL %>favicon.png" />
- <title>川陕苏区税收文物陈列展</title>
- <script>
- (function() {
- if (
- navigator.userAgent.indexOf("iPhone") > -1 ||
- navigator.userAgent.indexOf("Android") > -1
- ) {
- let href = window.location.href.split('/index.html')
- window.location.href = href[0] + "/mobile.html";
- }
- })();
- </script>
- </head>
- <body>
- <noscript>
- <strong
- >We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
- properly without JavaScript enabled. Please enable it to
- continue.</strong
- >
- </noscript>
- <div id="app"></div>
- <script src="<%= VUE_APP_STATIC_DIR %>/js/jquery-2.1.1.min.js"></script>
- <script src="<%= VUE_APP_STATIC_DIR %>/js/audio.min.1.0.4.js"></script>
- <script src="<%= VUE_APP_STATIC_DIR %>/js/jquery.media.js"></script>
- <!-- built files will be auto injected -->
- </body>
- </html>
|