- Scan ID:
- cc4d0a08-b3b6-4842-88d9-d93e0746ce8fFinished
- Submitted URL:
- https://sms.next/Cv231YOrQZ
- 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 · 2 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
error | network |
|
error | network |
|
HTML
The raw HTML body of the page
<!DOCTYPE html><html><head>
<meta charset="utf-8">
<title>Invalid link</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
html, body {
width: 100%;
height: 100%;
backround-color: #F5F7FA;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
font-family: system-ui, sans-serif;
}
h1, p {
display: flex;
text-align: center;
margin: 36px;
}
h1 {
font-weight: bold;
font-size: 36px;
color: #475266;
}
p {
font-size: 18px;
justify-content: center;
margin-top: 0;
color: #666F80;
max-width: 680px;
line-height: 24px;
}
</style></head>
<body>
<h1>Sorry, this link is not valid anymore.</h1>
<p>The link is either invalid or already expired. If you wanted to unsubscribe from this type of communication,
please, contact our customer support.</p>
</body></html>