-
Notifications
You must be signed in to change notification settings - Fork 160
/
Copy pathgiveaway.html
62 lines (62 loc) · 2.56 KB
/
giveaway.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
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>活动通知</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 20px;
}
h1, h2 {
color: #000000;
}
a {
color: #1a73e8;
text-decoration: none;
}
.section {
margin-bottom: 20px;
}
.section ul {
padding-left: 20px;
}
</style>
</head>
<body>
<h1>活动通知</h1>
<div class="section">
<h2>TL;DR</h2>
<p>仅 <strong>furry</strong> 可参与。<br>
<!-- 什么是 furry?<br>
<a href="https://telegra.ph/something-you-should-know-about-furry-01-07" target="_blank">了解更多</a></p> -->
</div>
<div class="section">
<p>本人为了扩列,联动 NanoCloud 机场送套餐。欢迎转发这条消息。具体活动细节如下:</p>
</div>
<div class="section">
<h2>本次活动内容</h2>
<ul>
<li>如果你是 <strong>furry</strong>,可以免费获得 12 个月价值 ¥12 的年付猎户座套餐,<strong>每月重置流量</strong>。</li>
</ul>
</div>
<div class="section">
<h2>参与方式</h2>
<ol>
<li>注册 NanoCloud 账号:
<a href="https://overthefirewall.zgqinc.gq/sponsor/sponsor_7" target="_blank">注册链接</a>
</li>
<li>注册完成后,私聊我 <a href="tg://resolve?domain=ZGQinc">@ZGQinc</a> 并发送注册时使用的邮箱,我会进行 furry 鉴定,鉴定通过后会直接上套餐,整个流程最长不会超过 12 小时。<br>
(如果无法主动私聊,可以私聊我的机器人 <a href="tg://resolve?domain=ZGQ_PMbot">@ZGQ_PMbot</a>,报出用户名或者用户 ID,我会主动联系你。)
</li>
</ol>
</div>
<div class="section">
<h2>后续活动预告</h2>
<p>如果对当前套餐质量不满意,请耐心等待半个月后系统重构。届时可以获得白羊座/射手座 1 年有效期套餐,流量不会重置。</p>
<p>现推出举荐活动,非 furry 也可参与。私聊我你认识的 furry 朋友或者知道的群组/频道,如果我觉得举荐有效,举荐人可获得 2 个月猎户座套餐,可叠加,上限 12 个月。</p>
</div>
</body>
</html>