- 제출된 URL:
- https://squarebracket.me/gateway
- 보고서 완료:
링크 · 0개 결과
페이지에서 식별된 외부 링크
JavaScript 변수 · 3개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
콘솔 로그 메시지 · 0개 결과
웹 콘솔에 기록된 메시지
HTML
페이지의 원시 HTML 본문
<!DOCTYPE html><html lang="en"><head>
<title>gateway</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
font-family: "Roboto", sans-serif;
}
form, .error {
width: 400px;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.error {
color: red;
}
legend {
color: rgb(0, 51, 102);
letter-spacing: 3px;
}
input[type=submit] {
border: 0;
outline: 0;
cursor: pointer;
color: rgb(60, 66, 87);
background-color: rgb(255, 255, 255);
box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 12%) 0px 1px 1px 0px, rgb(60 66 87 / 16%) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(60 66 87 / 8%) 0px 2px 5px 0px;
border-radius: 4px;
font-size: 14px;
font-weight: 500;
padding: 4px 8px;
display: inline-block;
min-height: 28px;
font-family: "Roboto", sans-serif;
transition: background-color .24s,box-shadow .24s;
}
input[type=submit]:hover {
box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 12%) 0px 1px 1px 0px, rgb(60 66 87 / 16%) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(60 66 87 / 8%) 0px 3px 9px 0px, rgb(60 66 87 / 8%) 0px 2px 5px 0px;
}
input[type=text] {
width: 300px;
text-align: center;
border: 2px solid black;
}
/* .form-stacked label{display:block;float:none;width:auto;font-weight:bold;text-align:center;line-height:20px;padding-top:0;} */
</style>
</head>
<body>
<form method="post" action="" class="form-stacked"><center>
<fieldset>
<legend><!--squarebracket.me--><img src="./static/sbb/wmblack.png" height="40"></legend>
<p>
<input type="text" name="sbmepwd">
</p>
<p>
<input type="submit" name="enter" value="enter">
</p>
<p style="color:red;">don't bother me for the password,<br> if you should have it you'd have it</p></fieldset></center>
</form>
</body></html>