| 12345678910111213141516171819202122232425262728293031 |
- <!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('/mobile.html')
- window.location.href = href[0] + "/index.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>
- <!-- built files will be auto injected -->
- </body>
- </html>
|