<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HACKED BY BLADEOFGOD</title>
<style>
body {
margin: 0;
padding: 0;
overflow: hidden;
font-family: Arial, sans-serif;
color: white;
background: url('https://i.hizliresim.com/e9rbpzb.png') no-repeat center center fixed;
background-size: cover;
}
h1 {
font-size: 50px;
text-align: center;
margin-top: 20%;
animation: fadeIn 3s;
text-shadow: 2px 2px 5px red;
}
p {
font-size: 20px;
text-align: center;
animation: slideIn 3s forwards;
opacity: 0;
margin-top: 20px;
text-shadow: 1px 1px 3px black;
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
@keyframes slideIn {
from { transform: translateY(100px); opacity: 0; }
to { transform: translateY(0); opacity: 1; }
}
.alert {
position: absolute;
bottom: 10%;
left: 50%;
transform: translateX(-50%);
font-size: 30px;
color: red;
animation: shake 0.5s infinite alternate;
}
@keyframes shake {
0% { transform: translate(0); }
100% { transform: translate(-5px); }
}
audio {
display: none;
}
</style>
</head>
<body>
<h1>HACKED BY BLADEOFGOD</h1>
<p>(Where I Fight, I Win)</p>
<p>(Game Over)</p>
<div class="alert">My Social Media @bladesql</div>
<audio controls autoplay loop>
<source src="mp3semti.com/CVRTOON-Er-Turan.mp3" type="audio/mpeg">
</audio>
</body>
</html>