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

送信済みURL:
https://sgx-4.vip-svr.com/
レポート終了日:

リンク · 0件検出

ページから特定された発信リンク

JavaScript変数 · 3件検出

ページのウィンドウオブジェクトにロードされたグローバルのJavaScript変数は関数以外の場所で宣言された変数で、現在のスコープ内であればコードのどこからでもアクセス可能です

コンソールログメッセージ · 1件検出

Webコンソールにログ記録されたメッセージ

HTML

未加工のHTMLページ本文

<!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>