https://tavsancik.pro/

提交的 URL:
https://tavsancik.pro/
报告完成时间:

链接 · 找到 0 个

JavaScript 变量 · 找到 3 个

名称类型
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

控制台日志消息 · 找到 1 条

类型类别记录
errornetwork
URL
https://tavsancik.pro/favicon.ico
文本
Failed to load resource: the server responded with a status of 404 ()

HTML

<!DOCTYPE html><html lang="tr"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Bu İnternet Adresi Erişime Kapatılmıştır</title>

    <style>
        @font-face {
            font-family: "Nexa";
            src: url("./Nexa-ExtraLight.ttf") format('truetype');
        }
        @font-face {
            font-family: "Nexa";
            src: url("./Nexa-Heavy.ttf") format('truetype');
            font-weight: bold;
        }

        * {
            margin: 0;
            padding: 0;
            list-style-type: none;
            text-decoration: none;
	        box-sizing: border-box;
        }
        
        html, body {
            width: 100%;
	        height: 100%;
        }

        body {
            background-image: url("./Background.jpg");
            background-size: cover;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: "Nexa";
        }

        main {
            width: 1200px;
            max-width: 100%;
            color: #ffffff;
            padding: 2vw;
        }

        main > h1 {
            text-align: center;
            margin-bottom: 2vw;
            font-size: 2vw;
        }

        main > p {
            text-align: justify;
            font-size: 1.5vw;
        }

        main > p:nth-child(2) {
            margin-bottom: 2vw;
        }

        main > section {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            margin-top: 4vw; 
        }

        main > section > section {
            flex: 0px auto;
            text-align: center;
        }

        main > section > section > img {
            max-width: 13vw;
            max-height: 13vh;
            object-fit: contain;
        }

        main > section > section:nth-child(1) > img {
            max-width: 15vw !important;
            max-height: 15vh !important;
        }
        
        main > section > section:nth-child(2) > img {
            max-width: 20vw !important;
            max-height: 20vh !important;
        }

        @media only screen and (max-width: 1000px) {
            h1 {
                font-size: 5vw !important;
            }
            
            p {
                font-size: 3vw !important;
            }

            main {
                padding: 8vw;
            }

            main > h1 {
                margin-bottom: 4vw;
            }

            main > p:nth-child(2) {
                margin-bottom: 4vw;
            }

            main > section {
                margin-top: 8vw; 
            }

            main > section > section:nth-child(1) > img {
                max-width: 14vw;
                max-height: 14vh;
                object-fit: contain;
            }
            
            main > section > section:nth-child(2) > img {
                max-width: 22vw !important;
                max-height: 22vh !important;
            }

            main > section > section:nth-child(3) > img {
                max-width: 22vw !important;
                max-height: 22vh !important;
            }
        }
    </style>
</head>
<body>
    <main>
        <h1>BU İNTERNET ADRESİ ERİŞİME KAPATILMIŞTIR</h1>

        <p>Bu internet adresi, Türkiye Cumhuriyeti'nin ulusal güvenliğine yönelik yasa dışı siber faaliyetlerde bulunması nedeniyle, Milli İstihbarat Teşkilatı (MİT), Jandarma Genel Komutanlığı (JGK) ve Ulusal Siber Olaylara Müdahale Merkezi (USOM) tarafından yürütülen koordineli operasyonlar neticesinde ele geçirilmiş ve erişime kapatılmıştır.</p>
            
        <p>Yasa dışı faaliyetlerde bulunan siber teröristlere karşı önleyici ve caydırıcı tedbirler kararlılıkla sürdürülecektir.</p>

        <section>
            <section>
                <img src="./JGK.png" alt="Jandarma Genel Komutanlığı">
            </section>

            <section>
                <img src="./MIT.png" alt="Milli İstihbarat Teşkilatı">
            </section>

            <section>
                <img src="./USOM.png" alt="Ulusal Siber Olaylara Müdahale Merkezi">
            </section>
        </section>
    </main>


</body></html>