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

제출된 URL:
https://labvidadourados.com.br/app/
보고서 완료:

링크 · 0개 결과

JavaScript 변수 · 3개 결과

이름유형
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

콘솔 로그 메시지 · 2개 결과

유형카테고리로그
verbosedom
URL
https://labvidadourados.com.br/app/
텍스트
[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
텍스트
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>