-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
122 lines (101 loc) · 2.69 KB
/
index.html
File metadata and controls
122 lines (101 loc) · 2.69 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
<!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>
<meta name="title" content="HACKED BY MR.M05T3R">
<meta name="description" content="NEWBIE CYBER SECURITY">
<meta property="og:image" content="https://i.ibb.co/dsMSfPqj/056.png">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Courier New', Courier, monospace;
}
body {
background-color: black;
color: white;
text-align: center;
padding: 20px;
}
img {
max-width: 90%;
height: auto;
border-radius: 10px;
margin: 20px 0;
}
h1 {
color: #3335cf;
font-size: 35px;
text-shadow: 2px 2px 5px #f00505;
}
.subtitle {
color: red;
font-size: 28px;
margin-top: 10px;
}
.partner {
color: white;
font-size: 24px;
}
.group {
color: #c6c5c4;
font-size: 20px;
margin: 10px 0;
}
.desc {
color: white;
font-size: 18px;
margin: 10px 0;
}
.scrolling-text {
color: white;
font-size: 16px;
margin: 15px 0;
overflow: hidden;
white-space: nowrap;
}
marquee {
width: 100%;
}
.family {
font-size: 14px;
color: #ddd;
margin: 10px 0;
}
audio {
margin-top: 20px;
width: 90%;
max-width: 400px;
}
@media screen and (max-width: 600px) {
h1 { font-size: 28px; }
.subtitle { font-size: 22px; }
.partner, .group, .desc, .scrolling-text { font-size: 16px; }
.family { font-size: 12px; }
}
</style>
</head>
<body>
<script>
alert('COUP BY NEWBIE CYBER SECURITY');
</script>
<h1>HACKED BY MR.M05T3R</h1>
<div class="subtitle">COUP BY <span class="partner">NEWBIE CYBER SECURITY</span></div>
<img src="https://i.ibb.co/dsMSfPqj/056.png" alt="MR.M05T3R Logo">
<div class="group">[ OFFICIAL NEWBIE CYBER SECURITY ]</div>
<div class="desc"> SORRY YOUR WEBSITE HAS BEEN HIJACKED BY US, PLEASE CONTACT OUR GMAIL IF YOU NEED REPAIR AND RECOVERY. OUR GMAIL offcncs@gmail.com</div>
<div class="scrolling-text">
<marquee>POWERED BY : ALL MEMBER NEWBIE CYBER SECURITY - DORAEMON CYBER TEAM - N0B1T4 - INDRA XPLOIT NCS - GHOSTCLONET77 - FAKEWORLD</marquee>
</div>
<div class="family">
FAMILY: #NEWBIECYBERSECURITY #DORAEMONCYBERTEAM #RAMAFOUNDERNCS
</div>
<audio autoplay controls>
<source src="https://github.com/RamaFounderNCS/SoundNCS/raw/refs/heads/main/HappyNation.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
</body>
</html>