https://simonemiglio.eu/

ID da verificação
4a22ecff-8871-4584-b2d0-31632e10e672Concluído
URL enviado:
https://simonemiglio.eu/
Relatório concluído:
NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
TipoCategoriaLog
errornetwork
URL
https://simonemiglio.eu/favicon.ico
Texto
Failed to load resource: the server responded with a status of 404 (Not Found)
<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Website Coming Soon</title>
    <style>
        body {
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background-color: #1a1a2e;
            color: #fff;
            font-family: 'Arial', sans-serif;
            text-align: center;
        }
        h1 {
            font-size: 3rem;
            margin: 0;
            white-space: nowrap;
            overflow: hidden;
            border-right: 4px solid #fff;
            display: inline-block;
            animation: typing 3s steps(20, end), blink 0.6s step-end infinite;
        }
        @keyframes typing {
            from {
                width: 0;
            }
            to {
                width: 100%;
            }
        }
        @keyframes blink {
            50% {
                border-color: transparent;
            }
        }
        p {
            margin-top: 20px;
            font-size: 1.2rem;
            color: #aaa;
        }
    </style>
</head>
<body>
    <div>
        <h1 id="dynamic-text">Website is coming...</h1>
        <p>Stay tuned! We're building something amazing.</p>
    </div>


</body></html>