-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 1.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="shortcut icon" href="assets/images/skull.png" type="image/x-icon">
<title>Dangerous Website</title>
<meta name="theme-color" content="#7CFC00">
</head>
<body>
<h1 style="text-align:center;">HACKING SYSTEM</h1>
<div class="ok">
<span class="head_2"></span>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://kit.fontawesome.com/77c10cf66c.js" crossorigin="anonymous"></script>
<!--Type JS-->
<script>
var typed = new Typed(".head_2", {
strings: ["<center><span class='starting_hack'>INITIATING HACK</span></center><hr>1) Disabling Aniti-Virus <span class='okok'>✅</span><br>2) Sending Browsing history to your parents <span class='okok'>✅</span><br>3) Stealing your social media accounts <span class='okok'>✅</span><br>4) Sending your location to hacker <span class='okok'>✅</span><br>5) All e-mails copied and sent to hacker <span class='okok'>✅</span><br>6) Getting your IP Address <span class='okok'>✅</span><br>7) Cracking all your passwords <span class='okok'>✅</span><br>8) Restoring all deleted files and sending to hacker <span class='okok'>✅</span><br>9) Stealing your weird pics from Gallery <span class='okok'>✅</span><br><br><hr><center>If you were scared then just chill, it was a fake hack. <br>It was made only for fun - Jagrata Deb</center>"],
typeSpeed: 20,
backSpeed: 1,
loop: false,
showCursor: false,
})
</script>
<script src="assets/JavaScript/confirm.js"></script>
</body>
</html>