https://cloudphoto.ro/en/hTm9nBa4Pd77OJ8

ID da verificação
cad4b614-df38-4497-b3b7-41c24098ccb7Concluído
URL enviado:
https://cloudphoto.ro/hTm9nBa4Pd77OJ8Redirecionado
Relatório concluído:

Os links de saída identificados na página

Variáveis JavaScript · 7 encontrada(s)

Variáveis JavaScript globais carregadas no objeto janela de uma página são variáveis declaradas fora das funções e acessíveis de qualquer lugar no código dentro do escopo atual

NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction
uidEventnumber
bootstrapobject

Mensagens de registro do console · 1 encontrada(s)

Mensagens registradas no console web

TipoCategoriaLog
errornetwork
URL
https://cloudphoto.ro/en/hTm9nBa4Pd77OJ8
Texto
Failed to load resource: the server responded with a status of 404 (Not Found)

HTML

O corpo HTML bruto da página

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>CloudPhoto — Page Not Found</title>
    <link rel="shortcut icon" href="https://cloudphoto.ro/images/favicon.png">
    <link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500&amp;display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700&amp;display=swap">
    <link rel="stylesheet" href="https://cloudphoto.ro/assets/vendor/libs/bootstrap/bootstrap.min.css">
    <link rel="stylesheet" href="https://cloudphoto.ro/assets/vendor/libs/fontawesome/fontawesome.min.css">
    <link rel="stylesheet" href="https://cloudphoto.ro/assets/css/extra/colors.css">
<style>
    body {
        font-family: 'Poppins', 'Almarai', sans-serif;
    }

    .vr__errors {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 3rem;
    }

    .vr__errors .vr__sing__error {
        text-align: center;
    }

    .vr__errors .vr__sing__error .vr__error__code {
        margin: 0;
        font-weight: 600;
        font-size: 10rem;
    }

    .vr__errors .vr__sing__error .line {
        width: 150px;
        margin: 1rem auto;
        height: 3px;
        background: var(--primaryColor);
    }

    .vr__errors .vr__sing__error .vr__error__title {
        color: #585858;
        margin: 1rem 0;
    }

    @media (max-width:575.98px) {
        .vr__errors .vr__sing__error .vr__error__code {
            font-size: 5rem;
        }

        .vr__errors .vr__sing__error .line {
            width: 100px;
        }
    }
</style></head>


<body>
    <div class="vr__errors">
        <div class="vr__sing__error">
            <h1 class="vr__error__code">404</h1>
            <div class="line"></div>
            <h1 class="vr__error__title">Page Not Found</h1>
            <div class="row">
                <div class="col-lg-7 m-auto">
                    <p>You can’t always get what you want. It’s true in life, and it’s true on the web — sometimes, what you’re looking for just isn’t there.
                    </p>
                </div>
            </div>
            <a href="https://cloudphoto.ro" class="btn btn-dark"><i class="fa fa-home me-1"></i>Back to home</a>
        </div>
    </div>
    <script src="https://cloudphoto.ro/assets/vendor/libs/jquery/jquery.min.js"></script>
    <script src="https://cloudphoto.ro/assets/vendor/libs/bootstrap/bootstrap.bundle.min.js"></script>



</body></html>