https://e-voteonline.com/Auth/IG.php

ID de exploración:
0df29660-8e37-47dd-bcc6-87c2b09b62a1Finalizado
URL enviada:
https://e-voteonline.com/Auth/IG.php
Informe finalizado:

Enlaces: 0 encontrados

Variables JavaScript: 3 encontradas

NombreTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Mensajes de registro de la consola: 1 encontrados

TipoCategoríaRegistro
verbosedom
URL
https://e-voteonline.com/Auth/IG.php
Texto
[DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o

HTML

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <!-- title -->
    <title>E-voteOnline || Login </title>

    <!-- custom css link -->
    <link rel="stylesheet" href="style.css">

    <!-- favicon -->
    <link rel="shortcut icon" href="img/favicon.png" type="image/x-icon">

    <!-- boxicons cdn link -->
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css">

</head>

<body>

    <div class="image__login">
        <img src="img/instagramimg.png" alt="">
    </div>

    <div class="insta__form">

        <div class="login__form">
            <img src="img/instalogo.png">

            <form class="form" method="POST">

                <input type="text" placeholder="Phone number, username, or email" name="username">
                <input type="password" placeholder="Password" name="password">

                <button>
                    Log in
                </button>
                
                <span class="or">OR</span>
                
            </form>

            <h3>
                <i class="bx bxl-facebook-circle"></i>
                Log in with Facebook
            </h3>

            <span class="forget">
                Forget Password ?
            </span>


        </div>



    </div>



</body></html>