forked from zhheo/Wechat-Official-Account-Web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (49 loc) · 2.47 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>关注「副业有了方向」微信公众号</title>
<link rel="stylesheet" href="./main.css">
<link rel="icon" type="image/x-icon" href="./img/icon.webp">
<link rel="apple-touch-icon" href="./img/icon-r.webp">
<meta name="apple-mobile-web-app-title" content="副业有了方向">
<link rel="bookmark" href="./img/icon.webp">
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="./img/icon-r.webp">
<meta name="description" content="关注「副业有了方向」微信公众号,获取更多最新的副业软件、副业项目、赚钱思维。">
<meta name="theme-color" content="#f6f7f8">
</head>
<body>
<div class="wechatOA">
<div class="wechat">
<div class="wechat-need-reply" id="wechat-need-reply" style="display: none;">
<span class="wechat-need-reply-front">关注公众号并回复</span>
<div class="wechat-need-reply-copybtn" id="wechat-need-reply-copybtn">
<span class="wechat-need-reply-text" id="wechat-need-reply-text">隔空投送</span>
<img class="wechat-need-reply-copybtn-img" alt="copy" src="./img/copy.png">
</div>
<span class="wechat-need-reply-back" id="wechat-need-reply-back">即可获取资源</span>
</div>
<div class="wechat-card">
<img src="./img/qrcode.png" class="qrcode" alt="qrcode">
<div class="tips">扫描二维码关注公众号</div>
<div class="wechatOA-card">
<div class="wechatOA-head"></div>
<div class="wechatOA-info">
<div class="wechatOA-name" id="wechatOA-name">副业有了方向</div>
<div class="wechatOA-description" id="wechatOA-description">副业人免费交流社区</div>
</div>
</div>
</div>
</div>
<div class="footer">
<a class="footer-item" href="https://kf.qq.com/touch/wxappfaq/1208117b2mai141113jaqAnU.html?platform=14" title="帮助" target="_blank">如何扫码</a>
<a class="footer-item" href="https://blog.fuye.ren" title="Powered by 老马" target="_blank">博客</a>
<a class="footer-item" id="web-beian" href="https://beian.miit.gov.cn/#/Integrated/index" title="备案信息" target="_blank">蜀ICP备2024088058号</a>
</div>
</div>
<script src="./config.js"></script>
<script src="./main.js"></script>
</body>
</html>