-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (54 loc) · 2.8 KB
/
index.html
File metadata and controls
58 lines (54 loc) · 2.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>网上购买茶叶茶具商城|正宗平价、货到付款-中榕茗茶(987Tea.com)</title>
<script>
//判断客户端是移动端还是pc端
if (!/(iPhone|iPad|iPod|iOS|Android)/i.test(navigator.userAgent)) {
if(window.location.host=="www.qumeijie.cn"||window.location.host=="www.987tea.com"){
window.location.href ="/pc/index.html";
}
} ;
</script>
<meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="black" name="apple-mobile-web-app-status-bar-style">
<meta content="telephone=no" name="format-detection">
<meta content="email=no" name="format-detection">
<meta name="description"
content="中榕茗茶(987Tea.com)-全国专业茶叶茶具综合网上购物商城,茶叶商城、网上买茶叶、网购茶叶,中榕商城,中榕茶网,中榕茗茶提供正宗金骏眉、大红袍、铁观音、红茶、绿茶、黑茶、白茶、乌龙茶、花茶、正山小种、普洱茶、茉莉花茶、白牡丹、黄山毛峰、白毫银针、漳平水仙等茶叶茶具和愉悦的购物体验.正品低价、货到付款!"/>
<meta name="keywords"
content="中榕商城、中榕茶网、中榕茗茶、茶叶、金骏眉、铁观音、大红袍、茶叶商城、网上买茶叶、网购茶叶、红茶、绿茶、黑茶、白茶、正山小种、乌龙茶、普洱、茉莉花茶、花茶、白牡丹、黄山毛峰、白毫银针、花草茶、漳平水仙"/>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?97f321d5e94fb9db4b444ad1b0def70c";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<script>
var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");
document.write(unescape("%3Cspan id='cnzz_stat_icon_1262960756'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s22.cnzz.com/z_stat.php%3Fid%3D1262960756%26show%3Dpic' type='text/javascript'%3E%3C/script%3E"));
</script>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
<script>
(function (doc, win) {
var docEl = doc.documentElement, resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize',
recalc = function () {
var clientWidth = docEl.clientWidth;
if (!clientWidth) return;
docEl.style.fontSize = 20 * (clientWidth / 320) + 'px';
};
if (!doc.addEventListener) return;
win.addEventListener(resizeEvt, recalc, false);
doc.addEventListener('DOMContentLoaded', recalc, false);
})(document, window);
</script>
</body>
</html>