12 lines
494 B
HTML
12 lines
494 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>微信通用框架-网页登录</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<a href="https://open.weixin.qq.com/connect/qrconnect?appid=wx8466bd57e3f3e42e&redirect_uri=https%3A%2F%2Fwww.xintijiao.com%2Fwechat%2Fmain.html&response_type=code&scope=snsapi_login&state=98766554#wechat_redirect">snsapi_login授权</a>
|
||
|
|
<script src="js/site.js"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|