https://threatoff.eu/

ID de l'analyse :
8c7fe09f-9c42-4eec-9faf-bce139b0dd40Terminée
URL soumise :
https://threatoff.eu/
Fin du rapport :

Liens : 0 trouvé(s)

Liens sortants identifiés à partir de la page

Variables JavaScript : 3 trouvée(s)

Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel

NomType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Messages de journal de console : 1 trouvé(s)

Messages consignés dans la console web

TypeCatégorieEnregistrement
errornetwork
URL
https://threatoff.eu/favicon.ico
texte
Failed to load resource: the server responded with a status of 404 (Not Found)

HTML

Le corps HTML de la page en données brutes

<!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>