-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (33 loc) · 1.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Backdoor - Blood Gang Inc</title>
<link rel="icon" type="image/x-icon" href="https://i.pinimg.com/236x/c2/38/80/c238802e023255716c8f8e7822f39dc0.jpg">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<header>
<h1>Backdoor - Blood Gang Inc</h1>
</header>
<section class="description">
<p>Welcome to the Backdoor project repository by Blood Gang Inc.</p>
<p>This repository contains open-source Backdoor Projects & kits. We are passionate about providing tools and resources for developers to explore and understand backdoor mechanisms in a secure and ethical manner.</p>
</section>
<section class="links">
<h2>Repository Links</h2>
<ul>
<li><a href="https://github.com/Blood-Gang-Inc/Backdoor" target="_blank">Backdoor</a></li>
<li><a href="https://github.com/Blood-Gang-Inc/Anti-Backdoor" target="_blank">Anti-Backdoor</a></li>
<li><a href="https://github.com/Blood-Gang-Inc/Saz" target="_blank">Saz</a></li>
</ul>
</section>
<footer>
<p>© 2024 Blood Gang, Inc</p>
</footer>
</div>
<script src="Site.js"></script>
</body>
</html>