https://sgx-4.vip-svr.com/

Submitted URL:
https://sgx-4.vip-svr.com/
Report Finished:

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

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Console log messages · 1 found

Messages logged to the web console

TypeCategoryLog
errornetwork
URL
https://sgx-4.vip-svr.com/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 ()

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>