- Scan ID:
- bb1db291-1d6c-4630-bb69-cd8f9b2b68ceFinished
- Submitted URL:
- https://sgx-4.vip-svr.com/
- 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 · 1 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
error | network |
|
HTML
The raw HTML body of the page
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<title>Hi!</title>
<style>
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap);
body {
margin: 0;
font-family: poppins,sans-serif;
text-align: center;
background: #263238
}
#container {
color: #999;
font-size: 36px;
font-weight: 700;
padding-top: 200px;
position: fixed;
width: 100%;
bottom: 45%;
display: block
}
</style>
</head>
<body>
<div id="container">Hi!</div>
</body></html>