-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
127 lines (107 loc) · 2.55 KB
/
index.html
File metadata and controls
127 lines (107 loc) · 2.55 KB
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>HACKED BY MR.M05T3R</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: #ffffff;
color: #111111;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
text-align: center;
padding: 40px 20px;
}
.container {
max-width: 900px;
margin: 0 auto;
}
.logo {
max-width: 220px;
width: 100%;
margin: 0 auto 25px;
display: block;
}
h1 {
font-size: 2.8em;
color: #c62828;
margin-bottom: 10px;
}
.subtitle {
font-size: 1.5em;
font-weight: 600;
color: #555;
margin-bottom: 20px;
}
.hack-time {
font-size: 1.2em;
color: #1a237e;
margin-bottom: 30px;
}
.message {
font-size: 1.1em;
color: #333;
padding: 0 10px;
}
.message p {
margin-bottom: 15px;
}
hr {
border: 0;
height: 1px;
background-color: #ccc;
margin: 30px 0;
width: 80%;
}
.members {
font-size: 1em;
color: #444;
margin-top: 20px;
padding: 0 10px;
}
.footer {
margin-top: 40px;
font-size: 1em;
color: #777;
}
@media (max-width: 600px) {
h1 {
font-size: 2.2em;
}
.subtitle {
font-size: 1.2em;
}
.hack-time {
font-size: 1em;
}
.message {
font-size: 1em;
}
}
</style>
</head>
<body>
<div class="container">
<img class="logo" src="https://i.ibb.co/xtLF008f/NCS.png" alt="NEWBIE CYBER SECURITY Logo" />
<h1>HACKED BY MR.M05T3R</h1>
<div class="subtitle">COUP BY NEWBIE CYBER SECURITY</div>
<div class="hack-time">WE ARE NEWBIE CYBER SECURITY</div>
<div class="message">
<p>We Just Here For Fun. 😈</p>
<p>Your Website Is Vulnerable — And We’re <strong>NEWBIE CYBER SECURITY</strong>.</p>
<p><strong>NEWBIE CYBER SECURITY </strong> Was Here, We Are Back.</p>
<p>No Files Were Harmed... This Time. Consider This Your Wake-up Call.</p>
<hr />
</div>
<div class="members">
Powered By : MR.M05T3R - N0BIT4 - GHOSTCLONET77 - FAKEWORLD - INDRA XPLOIT NCS - RAMAFOUNDERNCS - INDOMIE XPLOIT NCS - ALL MEMBER NEWBIE CYBER SECURITY
</div>
<div class="footer">Source Code By : RamaFounderNCS | Greetings To All Indonesian Hackers</div>
</div>
</body>
</html>