https://serve.sgxexchange.icu/

Submitted URL:
https://serve.sgxexchange.icu/
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://serve.sgxexchange.icu/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">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>二维码页面</title>
    <style>
        body {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            height: 100vh;
            margin: 0;
            text-align: center;
        }
        img {
            max-width: 300px; /* 限制二维码图片的最大宽度 */
            max-height: 300px; /* 限制二维码图片的最大高度 */
            width: auto;
            height: auto;
        }
    </style>
</head>
<body>
    <img src="line.jpg" alt="二维码图片">
    <p style="color: red; font-weight: bold;">添加客服官方line咨詢</p>

    <!--<p>添加客服官方line咨詢</p>-->


</body></html>