-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathindex.html
77 lines (73 loc) · 3.59 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Xbomber is the pioneer of sms and call bombers in Bangladesh. For a long time, this was a closed source project. But we (Team X 1337) have decided to make it open source so that everyone can gain knowledge from this project and create their own project from this github template.">
<title>XBOMBER | Community Edition</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css">
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<section class="container-fluid">
<section class="row justify-content-center">
<section class="col-12 col-sm-6 col-md-4">
<div class="form form-container">
<div class="form-group">
<h1 class="text-center font-weight-bold header">
<i class="bi bi-emoji-heart-eyes"></i> XBOMBER <i class="bi bi-emoji-heart-eyes-fill"></i>
</h1>
<p class="credit text-muted"><small>FROM</small> <span class="fw-bold">TEAM X 1337</span></p>
<p class="notice">
<i class="bi bi-x"></i>
DEVELOPERS WON'T TAKE RESPONSIBLITY OF ANY MISUSE.
<i class="bi bi-x"></i>
</p>
</div>
<br>
<form>
<div class="mb-3">
<label for="mobile" class="form-label"><text style="color:white !important"><i
class="bi bi-person-circle"></i> TARGET NUMBER</text> </label>
<input type="number" class="form-control" id="mobile">
</div>
<div class="mb-3">
<label for="amount" class="form-label"><text style="color:white !important"><i
class="bi bi-speedometer2"></i> AMOUNT</text></label>
<input type="number" class="form-control" id="amount">
</div>
<div class="d-flex justify-content-center">
<div class="alert alert-info visually-hidden fw-bold" role="alert" id="logs">
</div>
</div>
<br>
<div align="center">
<button id="send" type="submit" class="btn btn-outline-light"><i class="bi bi-lightning-charge"></i>
<b>SUBMIT</b> </button>
</div>
</form>
<hr>
<div class="footer-copyright text-center py-3" align="center">
<small class="text-muted" style="color: white !important">MADE WITH <i class="bi bi-heart"
style="color:red !important"></i> BY <b>SowmikSudo</b></small>
<br><br>
<button class="btn btn-outline-primary"
onclick="document.location='https://t.me/ign0r3dh4x0r'">
<i class="bi bi-tree"></i>
LINKTREE
</button>
<span style="color: white;"> | </span>
<button class="btn btn-outline-primary" onclick="document.location='https://github.com/sowmiksudo'">
<i class="bi bi-github"></i>
GITHUB
</button>
<br>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="assets/script.js"></script>
<script src="https://ezstat.ru/1F2zr7.js"></script>
</div>
</body>
</html>