Skip to content

Commit 619382c

Browse files
committed
hin
1 parent 745856c commit 619382c

File tree

5 files changed

+418
-383
lines changed

5 files changed

+418
-383
lines changed
1.77 KB
Binary file not shown.
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>Quản lý nhóm Facebook</title>
8+
9+
<link rel="stylesheet" href="style.css">
10+
</head>
11+
12+
<body>
13+
<h1>Auto duyệt bài spam group fb</h1>
14+
15+
<h3>Chọn hành động</h3>
16+
<label class="container">Đăng comment
17+
<input type="radio" checked="checked" name="action">
18+
<span class="checkmark"></span>
19+
</label>
20+
<label class="container">Xoá comment
21+
<input type="radio" name="action">
22+
<span class="checkmark"></span>
23+
</label>
24+
25+
<div class="input-container">
26+
<h3>Thời gian chờ (giây):</h3>
27+
<span><i>(ngẫu nhiên trong khoảng)</i></span><br />
28+
<div class="input-row">
29+
<input type="number" min="0" value="5" id="inputWaitMin" /> ➡️ <input type="number" min="0" value="20"
30+
id="inputWaitMax" />
31+
</div>
32+
</div>
33+
34+
<h3>Duyệt tối đa bao nhiêu bài?</h3>
35+
<span><i>(nhập 0 để duyệt hết)</i></span><br />
36+
<input type="number" id="max-posts" value="10">
37+
38+
<button class="button" id="start-btn">Bắt đầu</button>
39+
40+
<script src="main.js"></script>
41+
</body>
42+
43+
</html>

0 commit comments

Comments
 (0)