-
Notifications
You must be signed in to change notification settings - Fork 1
/
wechat.html
46 lines (39 loc) · 987 Bytes
/
wechat.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<title>欢迎加入#穿云#技术讨论群</title>
<style>
html,
body {
height: 100%;
}
body {
color: #B0BEC5;
}
.container {
text-align: center;
vertical-align: middle;
}
.container img {
width: 100%;
height: 100%;
}
.title {
font-size: 24px;
margin-bottom: 24px;
margin-top: 24px;
}
</style>
</head>
<body>
<div class="container">
<div class="content">
<div class="title">欢迎加入#穿云#技术讨论群</div>
<img src="./resources/images/baymax-qrcode.jpg" />
<div class="title">微信群已满,所以请大家扫描上面的二维码加管理员为好友然后拉入讨论群</div>
</div>
</div>
</body>
</html>