-
Notifications
You must be signed in to change notification settings - Fork 216
/
Copy pathindex.html
51 lines (51 loc) · 1.62 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="google-site-verification" content="Ecax7OFsaxMmaTUMFsQWFi8Ta1sLgEyBvLs7Yi1kkAE" />
<title>Solana PumpFun Sniper Bot</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f9;
color: #333;
margin: 0;
padding: 20px;
}
h1 {
color: #1a73e8;
}
p {
line-height: 1.6;
}
a {
color: #1a73e8;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.contact-links {
margin-top: 20px;
}
.contact-links a {
display: inline-block;
margin-right: 15px;
font-weight: bold;
}
</style>
</head>
<body>
<h1>Solana PumpFun Sniper Bot</h1>
<p><strong>What is the sniper?</strong></p>
<p>This sniper is not a ranger or a soldier, lol ....</p>
<p>This tool is kind of bot to catch the moment of the token-launch in PumpFun or Raydium DEX. Of course, it can buy that token as it is launched, if you can afford.</p>
<p>Nobody knows if you can make big money with this. But try, it's worth trying.</p>
<p>If you need any help, contact me:</p>
<div class="contact-links">
<a href="https://t.me/midaBricoll" target="_blank">Telegram: t.me/midaBricoll</a>
<a href="https://x.com/dieharye" target="_blank">X (Twitter): x.com/dieharye</a>
</div>
</body>
</html>