https://threatoff.eu/

已提交的 URL:
https://threatoff.eu/
報告完成時間:

連結 · 找到 0 個

從頁面中識別的傳出連結

JavaScript 變數 · 找到 3 個

在頁面的視窗物件上載入的全域 JavaScript 變數是在函數外部宣告的變數,可從目前範圍內程式碼中的任何位置存取

名稱類型
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

主控台記錄訊息 · 找到 1 條

記錄到 Web 主控台的訊息

類型類別記錄
errornetwork
URL
https://threatoff.eu/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 (Not Found)

HTML

頁面的原始 HTML 主體

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>AS215365</title>
    <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700&amp;display=swap" rel="stylesheet">
    <style>
        html, body {
            height: 100%;
            margin: 0;
            padding: 0;
            overflow: hidden;
        }
        body {
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: 'Montserrat', sans-serif;
            background: -webkit-gradient(linear,right top,left top,from(#614092),to(#2443ac));
            background: linear-gradient(to left,#614092 0,#2443ac 100%);
            background-size: 200% 200%;
            animation: gradientFlow 15s ease infinite;
        }
        @keyframes gradientFlow {
            0% {
                background-position: 0% 50%;
            }
            50% {
                background-position: 100% 50%;
            }
            100% {
                background-position: 0% 50%;
            }
        }
        .content {
            font-size: 12vw;
            font-weight: 700;
            color: white;
            text-shadow: 
                3px 3px 0px rgba(0,0,0,0.2),
                6px 6px 0px rgba(0,0,0,0.1);
            letter-spacing: 0.01em;
            position: relative;
            z-index: 1;
        }
        .content::before {
            content: '';
            position: absolute;
            top: -10px;
            left: -10px;
            right: -10px;
            bottom: -10px;
            background: inherit;
            filter: blur(20px);
            opacity: 0.7;
            z-index: -1;
        }
    </style>
</head>
<body>
    <div class="content">
        AS215365
    </div>

</body></html>