-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (79 loc) · 2.4 KB
/
index.html
File metadata and controls
81 lines (79 loc) · 2.4 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="开元棋牌官方合营 · 高返佣 · 信誉保障 · 招募合伙人">
<title>开元棋牌官方合营 · 诚邀致富伙伴</title>
<style>
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 0;
padding: 0;
background: #f2f2f2;
text-align: center;
}
.container {
max-width: 500px;
margin: 50px auto;
padding: 30px;
background: #fff;
border-radius: 12px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
h1 {
color: #d43f3a;
font-size: 24px;
}
p {
font-size: 16px;
line-height: 1.6;
color: #333;
}
.copy-box {
margin: 15px 0;
}
.copy-btn {
background: #d43f3a;
color: #fff;
padding: 10px 20px;
margin: 5px;
border: none;
border-radius: 6px;
font-size: 16px;
cursor: pointer;
}
.jump-btn {
display: inline-block;
margin-top: 20px;
background: #007bff;
color: #fff;
padding: 12px 24px;
text-decoration: none;
font-size: 18px;
border-radius: 8px;
}
</style>
</head>
<body>
<div class="container">
<h1>开元棋牌官方合营 · 诚邀致富伙伴</h1>
<p>🎯 合作模式:70%分成 + 人头费最高8W</p>
<p>💼 合营优势:无扣量、稳定结算、品牌保障</p>
<div class="copy-box">
<button class="copy-btn" onclick="copyText('1399951306')">复制QQ:1399951306</button>
<button class="copy-btn" onclick="copyText('Ky_ddc158')">复制微信:Ky_ddc158</button>
</div>
<a class="jump-btn" href="https://ddc158.cc" target="_blank">进入招聘网站</a>
</div>
<script>
function copyText(text) {
navigator.clipboard.writeText(text).then(function() {
alert("已复制:" + text);
}, function(err) {
alert("复制失败");
});
}
</script>
</body>
</html>