- Scan ID:
- f51cdbbc-51ec-4225-9936-57d6b96dc02eFinished
- Submitted URL:
- https://mxm.mxmfb.com/rsps/m/ke5RxuTTnbnJE1iLmK1xIi0XIDkEhKZwNmRYPZ-Ewbk
- 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 · 0 found
Messages logged to the web console
HTML
The raw HTML body of the page
<!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>