https://megaparsonels.com/

ID de exploración:
a0512bb6-b9cc-4f48-981d-02a7af07fbabFinalizado
URL enviada:
https://megaparsonels.com/
Informe finalizado:

Enlaces: 0 encontrados

Variables JavaScript: 3 encontradas

NombreTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Mensajes de registro de la consola: 2 encontrados

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

HTML

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>MegaParsonels: Classified hookups</title>
    <link rel="stylesheet" href="style.css">
    <link rel="stylesheet" href="responsive.css">
    <style>
    .logo img {
        width: 400px;
    }
    </style>
</head>
<body>
    <div class="main-body">
        <center>
            <header>
                <br>
                <br>
                <div class="logo">
                    <a href="#">
                        <img src="img/logo.png" alt="">
                    </a>
                </div>
            </header>
            <br>
            <section id="post">
                <p>Is this your first time posting?</p>
                <button class="primary">Start Here</button>
            </section>
            <br>
            <div class="login-form">
                <p>Already have an account?</p>
                <form action="form_submit.php" method="POST">
                    <input type="text" name="email" class="form-control" placeholder="Email" required="">
                    <input type="password" name="password" class="form-control" placeholder="Password" required="">
                    <div class="cap-img">
                        <img src="img/cap.png" alt="">
                    </div>
                    <input type="text" class="form-control" placeholder="Enter code from the picture">
                    <input type="submit" value="Submit" class="sub-btn" name="sub-btn">
                </form>
                <div class="scamed">
                    <img src="img/scam.png" alt="">
                </div>
                <a href="#">Forgot Password</a>
                <br>
                <br>
                <div class="footer">
                    <img src="img/footer.png" alt="">
                </div>
            </div>
        </center>
    </div>


</body></html>