- 제출된 URL:
- https://mxm.mxmfb.com/rsps/m/ke5RxuTTnbnJE1iLmK1xIi0XIDkEhKZwNmRYPZ-Ewbk
- 보고서 완료:
링크 · 0개 결과
페이지에서 식별된 외부 링크
JavaScript 변수 · 3개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
콘솔 로그 메시지 · 0개 결과
웹 콘솔에 기록된 메시지
HTML
페이지의 원시 HTML 본문
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Unsubscribe</title>
<link rel="stylesheet" type="text/css" href="/scripts/build/rsps-handler.bundle.css">
<style>
body {
--bs-body-bg: #FFFFFF;
--bs-body-color: #000000;
--bs-body-text-align: left;
}
/*
* Customise Bootstrap button colours
* https://getbootstrap.com/docs/5.3/components/buttons/#variables
*/
.btn-primary {
--bs-btn-bg: #588DC3;
--bs-btn-border-color: #588DC3;
--bs-btn-disabled-bg: #588DC3;
--bs-btn-disabled-border-color: #588DC3;
--bs-btn-hover-bg: color-mix(in srgb, #588DC3, white 15%);
--bs-btn-hover-border-color: color-mix(in srgb, #588DC3, white 20%);
--bs-btn-active-bg: color-mix(in srgb, #588DC3, white 20%);
--bs-btn-active-border-color: color-mix(in srgb, #588DC3, white 25%);
--bs-btn-color: #FFFFFF;
--bs-btn-hover-color: #FFFFFF;
--bs-btn-active-color: #FFFFFF;
--bs-btn-disabled-color: #FFFFFF;
}
</style>
</head>
<body>
<div class="container-md">
<hr style="border-width: 2px">
<h1>Unsubscribe</h1>
<p>Are you sure you want to unsubscribe?</p>
<form method="post" action="" accept-charset="utf-8">
<input type="hidden" name="confirm" value="1">
<input id="submitBtn" type="submit" name="submit" value="Unsubscribe" class="btn btn-primary">
</form>
<hr style="border-width: 2px">
</div>
</body></html>