-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
29 lines (29 loc) · 1.08 KB
/
index.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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=cbk">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="format-detection" content="telephone=no" />
<meta name="model_url" content="${modelUrl}" />
<title>测试页面请点击右上角分享</title>
<meta name="keywords" content="null" />
<meta name="description" content="null" />
</head>
<body>
<h1>测试页面请点击右上角分享</h1>
<script>
var shareData = {
link : 'http://jiankang.163.com/special/weixin_quiz/',
imgUrl : 'http://img1.cache.netease.com/f2e/health/weixin_quiz/images/120x120-5star.jpg',
imgSize : '300',
title : '测测你的“白领症”中招指数吧!',
desc : '我刚测完自己的”白领症“中招指数,你也来测测你的“白领症”中招指数吧!',
appid : '',
callback : function(){
document.getElementsByTagName("h1")[0].innerHTML="I'm back!";
}
}
</script>
<script src="http://nyphile.github.io/Yixin.chat.js/weiyixin.chat.js"></script>
</body>
</html>