<!doctype html>
<html lang="tr">
<head>
<meta charset="utf-8">
<style>
/* Panelin butonlarını görmen için ana gövdeyi serbest bırakıyoruz */
html, body {
margin: 0;
padding: 0;
background: #000 !important;
}
/* Tasarımın ana kapsayıcısı */
#blade-overlay {
position: fixed !important;
top: 0;
left: 0;
width: 100vw !important;
height: 100vh !important;
z-index: 9999 !important; /* Çok yüksek ama butonları kapatırsa 10 yap */
background: url("https://i.scdn.co/image/ab67616d0000b273b7350f1c40e04dde324bc25c") no-repeat center center / cover !important;
pointer-events: none; /* Tıklamalar arkadaki butonlara geçer */
display: block !important;
}
/* Karanlık katman */
#blade-overlay::after {
content: "";
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.7);
z-index: -1;
}
/* Yazıların olduğu kısım */
#blade-overlay .content {
position: absolute;
left: 50%;
top: 75%;
transform: translate(-50%, -50%);
text-align: center;
color: #ffffff !important;
font-family: 'Inter', sans-serif;
width: 100%;
}
.title {
font-size: 16px;
font-weight: 900;
letter-spacing: 3px;
text-transform: uppercase;
margin-bottom: 5px;
text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.handle {
font-size: 12px;
color: #ccc;
letter-spacing: 1.5px;
}
</style>
</head>
<body>
<div id="blade-overlay">
<div class="content">
<div class="title">(HACKED) (BY) (BLADEOFGOD)</div>
<div class="handle">@kinaculhalga</div>
</div>
</div>
</body>
</html>