-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
216 lines (190 loc) · 6.51 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Welcome to Hacker's Lair | ByteBreach. Discover cutting-edge cybersecurity solutions and innovative approaches to protect your digital assets.">
<meta name="keywords" content="cybersecurity, hackers, ByteBreach, security solutions, digital threats">
<meta name="author" content="ByteBreach">
<meta name="robots" content="index, follow">
<title>Hacker's Lair | ByteBreach</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<style>
body {
background-color: #111;
color: #00ff00;
font-family: 'Courier New', Courier, monospace;
margin: 0;
padding: 0;
box-sizing: border-box;
line-height: 1.6;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
box-shadow: 0 0 10px rgba(0, 255, 0, 0.5);
animation: pulse 1s infinite alternate;
}
@keyframes pulse {
0% {
transform: scale(1);
}
100% {
transform: scale(1.02);
}
}
h1 {
font-size: 3em;
margin-bottom: 20px;
color: #ff0000;
text-transform: uppercase;
}
p {
font-size: 1.2em;
margin-bottom: 20px;
text-align: justify;
}
.about-section {
margin-bottom: 40px;
}
.feature {
display: flex;
align-items: center;
margin-bottom: 20px;
color: #00ff00;
}
.feature-icon {
font-size: 2em;
margin-right: 10px;
color: #ff0000;
}
.social-links {
margin-top: 20px;
}
.social-icon {
display: inline-block;
margin: 0 10px;
font-size: 2em;
color: #00ff00;
transition: color 0.3s ease;
}
.social-icon:hover {
color: #ff0000;
}
footer {
margin-top: 50px;
font-size: 0.8em;
color: #ccc;
}
.greeting-box {
display: none;
position: fixed;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
background-color: rgba(0, 0, 0, 0.8);
color: #fff;
padding: 10px 20px;
border-radius: 5px;
z-index: 1000;
animation: fade-in 0.5s ease-out;
}
.show-greeting {
display: block;
}
.greeting-content {
margin-bottom: 10px;
}
.close-btn {
background-color: #ff0000;
color: #fff;
border: none;
padding: 5px 10px;
border-radius: 3px;
cursor: pointer;
transition: background-color 0.3s ease;
}
.close-btn:hover {
background-color: #e60000;
}
@keyframes fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@media screen and (max-width: 768px) {
.container {
padding: 10px;
}
h1 {
font-size: 2em;
}
p {
font-size: 1em;
}
.feature-icon {
font-size: 1.5em;
}
.social-icon {
font-size: 1.5em;
}
}
</style>
</head>
<body>
<div class="container">
<h1>Welcome to Hacker's Lair | ByteBreach</h1>
<div class="about-section">
<p>ByteBreach is a leading cybersecurity firm dedicated to protecting businesses and individuals from digital threats. Our team of experts specializes in providing cutting-edge security solutions, empowering organizations to navigate the digital landscape with confidence.</p>
<p>At ByteBreach, we believe that cybersecurity is more than just defense—it's about driving innovation, fostering trust, and building resilience in an ever-evolving digital world. Our mission is to equip our clients with the tools and knowledge they need to stay ahead of cybercriminals and secure their digital assets.</p>
</div>
<div class="feature">
<i class="fas fa-lock feature-icon"></i>
<span>Cutting-edge security solutions</span>
</div>
<div class="feature">
<i class="fas fa-globe feature-icon"></i>
<span>Global reach and expertise</span>
</div>
<div class="feature">
<i class="fas fa-lightbulb feature-icon"></i>
<span>Innovative approaches to cybersecurity</span>
</div>
<div class="feature">
<i class="fas fa-shield-alt feature-icon"></i>
<span>Trustworthy and reliable services</span>
</div>
<div class="feature">
<i class="fas fa-graduation-cap feature-icon"></i>
<span>Education and training programs</span>
</div>
<div class="social-links">
<a href="https://www.instagram.com/mr.fidal" class="social-icon"><i class="fab fa-instagram"></i></a>
<a href="https://twitter.com/mrfidal" class="social-icon"><i class="fab fa-twitter"></i></a>
<a href="https://github.com/ByteBreach" class="social-icon"><i class="fab fa-github"></i></a>
<a href="https://t.me/mrfidal" class="social-icon"><i class="fab fa-telegram"></i></a>
</div>
<footer>© 2024 ByteBreach | Hacker's Lair</footer>
</div>
<div id="greetingBox" class="greeting-box">
<div class="greeting-content">
<p>Welcome to Hacker's Lair | ByteBreach!</p>
</div>
<button id="closeGreeting" class="close-btn">Close</button>
</div>
<script>
const hasVisited = document.cookie.indexOf('hasVisited=true') > -1;
if (!hasVisited) {
document.getElementById('greetingBox').classList.add('show-greeting');
}
document.getElementById('closeGreeting').addEventListener('click', function () {
document.getElementById('greetingBox').classList.remove('show-greeting');
document.cookie = 'hasVisited=true; max-age=604800';
});
</script>
</body>
</html>