https://cloudphoto.ro/en/hTm9nBa4Pd77OJ8

ID de l'analyse :
cad4b614-df38-4497-b3b7-41c24098ccb7Terminée
URL soumise :
https://cloudphoto.ro/hTm9nBa4Pd77OJ8Redirigé
Fin du rapport :

Liens : 0 trouvé(s)

Liens sortants identifiés à partir de la page

Variables JavaScript : 7 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
$function
jQueryfunction
uidEventnumber
bootstrapobject

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

Messages consignés dans la console web

TypeCatégorieEnregistrement
errornetwork
URL
https://cloudphoto.ro/en/hTm9nBa4Pd77OJ8
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">
    <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>