-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshare.html
49 lines (47 loc) · 1.59 KB
/
share.html
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
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>别把圣诞节过成礼拜一</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="stylesheet" type="text/css" href="./css/share.css">
<link rel="stylesheet" type="text/css" href="./css/reset.css">
</head>
<body>
<div id="pc-warn">
<img class="img1" src="./imgs/warn_icon.png">
<p>请在微信移动客户端打开</p>
</div>
<div class="buttons">
<div id="share-button">分享给朋友
<img id="tip" src="./imgs/open_in_wx.png">
</div>
</div>
<a href="/mobileindex"><div class="footer-left"></div></a>
<div class="modal">
<div class="share-tip-container">
<span class="pointer-icon">👆</span>
<p class="share-tip">点击这里分享</p>
</div>
</div>
<script type="text/javascript" src="/libs/requirejs/require.js"></script>
<!--<script type="text/javascript" src="libs/require.min.js"></script>-->
<script type="text/javascript" src="js/share.js"></script>
<script type='text/javascript'>
var _vds = _vds || [];
window._vds = _vds;
(function(){
_vds.push(['setAccountId', '8c9191eb6b6b4d07']);
(function() {
var vds = document.createElement('script');
vds.type='text/javascript';
vds.async = true;
vds.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'dn-growing.qbox.me/vds.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(vds, s);
})();
})();
</script>
</body>
</html>