- Scan ID:
- 3e16a61e-bd4b-4989-879f-580d94e88796Finished
- Submitted URL:
- https://labvidadourados.com.br/app/
- Report Finished:
Links · 0 found
The outgoing links identified from the page
JavaScript Variables · 3 found
Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Console log messages · 2 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
verbose | dom |
|
error | network |
|
HTML
The raw HTML body of the page
<!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>