-
Notifications
You must be signed in to change notification settings - Fork 22
/
index.html
51 lines (49 loc) · 2.46 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>关注「张洪Heo」微信公众号</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="张洪Heo">
<link rel="bookmark" href="./img/icon.webp">
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="./img/icon-r.webp">
<meta name="description" content="关注张洪Heo微信公众号,获取更多最新的设计、科技、开发相关文章。">
<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">张洪Heo</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://github.com/zhheo/Wechat-Official-Account-Web" title="Powered by 张洪Heo" target="_blank">主题</a>
<a class="footer-item" id="web-beian" href="https://beian.miit.gov.cn/#/Integrated/index" title="备案信息" target="_blank">京ICP备19051325号-2</a>
</div>
</div>
<script src="./config.js"></script>
<script src="./main.js"></script>
</body>
</html>