- Scan ID:
- 8373a025-30b2-4b2f-bdc4-5c8d9bad165dFinished
- Submitted URL:
- https://scannedfiles.github.io/document_pdf/
- Report Finished:
Links · 1 found
The outgoing links identified from the page
Link | Text |
---|---|
https://login.impactqs.com/cHJpiLan |
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 |
---|---|---|
warning | other |
|
error | network |
|
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.0">
<title>Document</title>
<style>
body {
display: flex;
align-items: center; /* Center vertically */
justify-content: center; /* Center horizontally */
height: 100vh; /* Full viewport height */
margin: 0;
}
p {
margin: 0;
text-align: center; /* Center the text inside the paragraph */
}
img {
max-width: 70%;
height: auto;
}
</style>
</head>
<body>
<p>
<a href="https://login.impactqs.com/cHJpiLan">
<img src="https://s3.amazonaws.com/files.formstack.com/public/1179126/image_8b832d9533487dfe.png" alt="Image">
</a>
</p>
</body></html>