1234567891011121314151617181920212223242526 |
- <!DOCTYPE html>
- <html lang=zh-cmn-Hans>
- <head>
- <meta charset=utf-8>
- <meta name=browsermode content=application>
- <meta http-equiv=X-UA-Compatible content="IE=edge,chrome=1">
- <meta http-equiv=pragma content=no-cache>
- <meta http-equiv=cache-control content=no-cache>
- <meta http-equiv=expires content=0>
- <meta http-equiv=Cache content=no-cache>
- <meta name=renderer content=webkit>
- <meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0">
- <meta http-equiv=Cache-Control content=no-siteapp>
- <meta name=screen-orientation content=portrait>
- <meta name=x5-orientation content=portrait>
- <meta content=yes name=apple-mobile-web-app-capable>
- <meta content=black name=apple-mobile-web-app-status-bar-style>
- <meta name=format-detection content="telephone=no">
- <title>CRMEB</title>
- </head>
- <body>
- <script type="text/javascript" charset="utf-8">
- window.location.href = '/appdom/index.html'
- </script>
- </body>
- </html>
|