https://metlifenps.hrcglobal.com/Account

URL inviato:
https://metlifenps.hrcglobal.com/Reindirizzato
Report terminato:

Variabili JavaScript · 3 trovate

NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Messaggi di log della console · 1 trovati

TipoCategoriaLog
verbosedom
URL
https://metlifenps.hrcglobal.com/Account
Testo
[DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o

HTML

<!DOCTYPE html><html><head>
    <meta name="viewport" content="width=device-width">
    <link rel="stylesheet" type="text/css" href="/Content/login.css">

    <title>메트라이프 NPS</title>
</head>



<body style="font-family: '맑은 고딕','Malgun Gothic',나눔고딕,돋움,Dotum,굴림,Gulim,'Apple SD Gothic Neo',sans-serif;">



<form action="/Account" method="post"><input type="hidden" name="ptSignature" value="LYSKoJEYugageVdkzB+SvJnLpoedC00gb5Ufwcmbj6I=">
    <div style="width:100%;text-align:center">

        <div>
            <h1>메트라이프 NPS</h1>
        </div>

        <div class="container">
            <div style="text-align:left"><label for="uname"><b>ID</b></label></div>
            <input type="text" name="uname" required="">
            <br><br>
            <div style="text-align:left"><label for="psw"><b>비밀번호</b></label></div>
            <input type="password" name="psw" required="">

            <button type="submit">로그인</button>
            

        </div>

        <div style="padding:20px">
            <img src="/Content/Images/logo.png" style="width:130px">
        </div>
    </div>
</form>



</body></html>