Hakkımızda

<!doctype html>

<html lang="tr">

<head>

<meta charset="utf-8">

<meta name="viewport" content="width=device-width, initial-scale=1">

<title>(HACKED) (BY) (BLADEOFGOD)</title>


<style>

/* Temel Ayarlar */

html, body {

  margin: 0;

  padding: 0;

  width: 100%;

  height: 100%;

  overflow: hidden;

  background-color: #000;

}


/* Arka Plan */

#wall {

  position: fixed;

  inset: 0;

  z-index: 9999999;

  background: url("https://i.scdn.co/image/ab67616d0000b273b7350f1c40e04dde324bc25c")

              no-repeat center center / cover;

}


/* Karanlık Katman */

#wall::after {

  content: "";

  position: absolute;

  inset: 0;

  background: rgba(0, 0, 0, 0.7);

}


/* Yazı Konteynırı - Aşağıya İndirildi */

#wall .content {

  position: absolute;

  left: 50%;

  top: 75%; /* %60'tan %75'e çekildi, daha aşağıda durur */

  transform: translate(-50%, -50%);

  text-align: center;

  color: #fff;

  font-family: 'Inter', Arial, sans-serif;

  z-index: 1;

  width: 100%;

}


/* Başlık - Tek Parça ve Keskin */

#wall .title {

  font-size: 14px;

  font-weight: 900;

  letter-spacing: 3px;

  text-transform: uppercase;

  color: #ffffff;

  margin-bottom: 2px;

}


/* Handle */

#wall .handle {

  font-size: 11px;

  font-weight: 600;

  color: #bbb;

  letter-spacing: 1.5px;

  margin-bottom: 15px;

}


/* Uyarı Mesajı */

#wall .warning {

  font-size: 10px;

  font-weight: 400;

  color: #ff4d4d;

  text-transform: uppercase;

  letter-spacing: 1px;

  line-height: 1.6;

  opacity: 0.8;

}

</style>

</head>


<body>


<div id="wall">

  <div class="content">

    <div class="title">(HACKED) (BY) (BLADEOFGOD)</div>

    <div class="handle">@ionaspielb54</div>

   

     

    </div>

  </div>

</div>


</body>

</html>