https://tsc.tc/162Li

URL inviato:
https://tsc.tc/162Li
Report terminato:

Variabili JavaScript · 3 trovate

NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Messaggi di log della console · 2 trovati

TipoCategoriaLog
errornetwork
URL
https://tsc.tc/162Li
Testo
Failed to load resource: the server responded with a status of 404 (Not Found)
errornetwork
URL
https://tsc.tc/favicon.ico
Testo
Failed to load resource: the server responded with a status of 404 (Not Found)

HTML

<!DOCTYPE html><html lang="tr"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Erişime Kapalı</title>
    <style>
        /* Genel ayarlar */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        /* Gövde ve arka plan ayarları */
        body {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100vh;
            font-family: Arial, sans-serif;
            background-color: #2e2e2e; /* Gri arka plan */
            color: #ffffff; /* Beyaz yazı rengi */
            text-align: center;
            padding: 20px; /* Mobil cihazlarda kenar boşluğu */
        }

        /* Mesaj kutusu */
        .message-container {
            max-width: 600px; /* Mesajın genişliğini sınırlama */
        }

        /* Mesaj metni */
        .message {
            font-size: 1.1em;
            line-height: 1.6;
        }

        /* Başlık kısmı */
        h1 {
            font-size: 1.5em;
            margin-bottom: 20px;
        }
    </style>
</head>
<body>
    <div class="message-container">
        <h1>Erişime Kapalı</h1>
        <p class="message">
            Bu site, kötü niyetli kişilerce kısaltma bağlantıları kullanılarak sahte icra SMS'leri oluşturulmak için kullanılmaya çalışıldığı  tespit edildiğinden erişime kapatılmıştır. Dolandırıcılık faaliyetlerine karşı dikkatli olmanızı önemle rica ederiz. 
            SMS gönderen numaraları yetkili mercilere bildirmeniz yeterlidir; web sitemizin bu tür faaliyetlerle bir ilgisi bulunmamaktadır. İlgili bilgiler gerekli kurumlara iletilmiştir.
        </p>
    </div>


</body></html>