- Scan ID:
- cea23832-6469-4542-9381-eb673763fd13Finished
- Submitted URL:
- https://metlifenps.hrcglobal.com/Redirected
- 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 · 1 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
verbose | dom |
|
HTML
The raw HTML body of the page
<!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>