- Anasayfa
-
İletişim
İletişim
İletişim Formu
İletişim Bilgileri
Elektronik Tebligat Adresi
15805-08073-36134
Yer Sağlayıcı Bilgileri
<!DOCTYPE html> <html lang="tr"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>BLADE MESAJI</title> <style> * { margin: 0; padding: 0; box-sizing: border-box; } body, html { width: 100%; height: 100%; font-family: monospace; overflow: hidden; background: black; } .background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('https://dripdawgs.com/cdn/shop/files/4_2434fab0-a058-404d-8e74-b83f5e6336ba.jpg?v=1706610848&width=1946'); background-size: cover; background-position: center; filter: brightness(0.7); } .overlay { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #ff0000; text-align: center; pointer-events: none; } .overlay h1 { font-size: 3rem; text-shadow: 0 0 10px black, 0 0 20px black; margin-bottom: 20px; } .overlay p { font-size: 2rem; color: #00ff00; } </style> </head> <body> <div class="background"></div> <div class="overlay"> <h1>SİKİM SONİK HABER YAPMAYI BIRAKIN<br>BLADE BURADA, AYAĞINIZI DENK ALIN</h1> <p>@bladqf</p> </div> </body> </html>
<!DOCTYPE html> <html lang="tr"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>BLADE MESAJI</title> <style> * { margin: 0; padding: 0; box-sizing: border-box; } body, html { width: 100%; height: 100%; font-family: monospace; overflow: hidden; background: black; } .background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('https://dripdawgs.com/cdn/shop/files/4_2434fab0-a058-404d-8e74-b83f5e6336ba.jpg?v=1706610848&width=1946'); background-size: cover; background-position: center; filter: brightness(0.7); } .overlay { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #ff0000; text-align: center; pointer-events: none; } .overlay h1 { font-size: 3rem; text-shadow: 0 0 10px black, 0 0 20px black; margin-bottom: 20px; } .overlay p { font-size: 2rem; color: #00ff00; } </style> </head> <body> <div class="background"></div> <div class="overlay"> <h1>SİKİM SONİK HABER YAPMAYI BIRAKIN<br>BLADE BURADA, AYAĞINIZI DENK ALIN</h1> <p>@bladqf</p> </div> </body> </html>