File: /home/bashacomputer/public_html/ghost.html
<!DOCTYPE html>
<html lang="bn">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HACKED BY TH3 EL1T3 GH0ST</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Iceland&display=swap" rel="stylesheet">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body {
width: 100%;
height: 100%;
font-family: Arial, sans-serif;
background-color: black;
}
body {
background-image: url('https://media.giphy.com/media/4XZXEgf4QP0fWLkRsG/giphy.gif');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
}
.main-content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
min-height: 100vh;
text-align: center;
padding: 50px 20px;
}
h1 {
font-size: 2em;
color: #00ff00;
}
h2 {
font-family: 'Iceland', sans-serif;
font-size: 3.2em;
color: red;
animation: glitch 0.5s linear infinite;
}
@keyframes glitch {
0% { text-shadow: 2px 2px 5px red; }
50% { text-shadow: -2px -2px 5px blue; }
100% { text-shadow: 2px -2px 5px green; }
}
h3 {
font-size: 1.8em;
color: white;
margin-top: 20px;
}
p {
font-family: 'Iceland', sans-serif;
font-size: 1.4em;
color: #00ffff;
background: rgba(0, 0, 0, 0.6);
padding: 15px 25px;
margin: 15px auto;
width: 90%;
max-width: 800px;
border: 2px solid #00ff00;
border-radius: 10px;
text-shadow: 0 0 5px #0ff;
box-shadow: 0 0 10px #0ff, 0 0 20px #0ff inset;
animation: flicker 1.5s infinite alternate;
}
@keyframes flicker {
0% { opacity: 1; }
50% { opacity: 0.7; text-shadow: 0 0 3px #0ff; }
100% { opacity: 1; }
}
.marquee {
width: 100%;
overflow: hidden;
position: relative;
height: 40px;
margin-top: 40px;
background: rgba(0, 0, 0, 0.6);
border-top: 2px solid red;
border-bottom: 2px solid red;
}
.marquee span {
display: inline-block;
white-space: nowrap;
padding-left: 100%;
font-size: 1.5em;
font-family: 'Iceland', sans-serif;
color: red;
text-shadow: 0 0 5px red;
animation: marquee-animation 15s linear infinite;
}
@keyframes marquee-animation {
0% { transform: translateX(0); }
100% { transform: translateX(-100%); }
}
.telegram-container {
margin-top: 30px;
}
.telegram-container a {
display: inline-flex;
align-items: center;
text-decoration: none;
background-color: #0088cc;
color: #fff;
padding: 10px 20px;
border-radius: 25px;
font-size: 16px;
font-weight: bold;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
transition: background-color 0.3s, box-shadow 0.3s;
}
.telegram-container a:hover {
background-color: #005f99;
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.7);
}
.telegram-container img {
margin-right: 10px;
height: 24px;
width: 24px;
}
audio {
margin-top: 30px;
filter: drop-shadow(0 0 10px #00ffff);
}
</style>
</head>
<body>
<div class="main-content">
<img src="https://envs.sh/Qol.jpg" alt="Logo" width="250">
<h1>Hacked by</h1>
<h2>TH3 EL1T3 GH0ST</h2>
<h3>- NOTICE -</h3>
<p>
WARNING! YOUR DATA HAS BEEN COMPROMISED!<br>
WE HAVE STOLEN ALL YOUR USERS' DATA, INCLUDING PASSWORDS AND EMAILS.
</p>
<p>IF YOU DO NOT RESPOND, WE WILL LEAK EVERYTHING PUBLICLY.</p>
<div class="marquee">
<span>THIS WEBSITE HACKED BY TH3 EL1T3 GH0ST ✯ THIS WEBSITE HACKED BY TH3 EL1T3 GH0ST ✯</span>
</div>
<audio id="bgAudio" loop autoplay controls>
<source src="https://envs.sh/Q-6.mp4" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<div class="telegram-container">
<a href="https://t.me/TH3EL1T3GH0STOFFICIAL" target="_blank">
<img src="https://upload.wikimedia.org/wikipedia/commons/8/82/Telegram_logo.svg" alt="Telegram Logo">
Join Our Telegram Channel
</a>
</div>
</div>
</body>
</html>