- 掃描 ID:
- 2600fb3a-ae4e-42c4-bb22-3c9f1c776316已完成
- 已提交的 URL:
- https://www.mongijs.nl/
- 報告完成時間:
連結 · 找到 0 個
從頁面中識別的傳出連結
JavaScript 變數 · 找到 3 個
在頁面的視窗物件上載入的全域 JavaScript 變數是在函數外部宣告的變數,可從目前範圍內程式碼中的任何位置存取
名稱 | 類型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
主控台記錄訊息 · 找到 2 條
記錄到 Web 主控台的訊息
類型 | 類別 | 記錄 |
---|---|---|
error | network |
|
error | network |
|
HTML
頁面的原始 HTML 主體
<html><head>
<title>Access Denied</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
color: #333;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
text-align: center;
}
.container {
background-color: #fff;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
padding: 20px;
max-width: 600px;
width: 100%;
}
h1 {
color: #e74c3c;
margin-bottom: 20px;
}
p {
margin: 15px 0;
}
a {
color: #3498db;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="container">
<h1>Access Denied</h1>
<p>You are blocked.</p>
<p>Your IP address is <strong>104.28.154.61</strong>.</p>
<p>According to our information, that is in <strong>Spain</strong>.</p>
<p>Unfortunately, <strong>Spain</strong> is not whitelisted.</p>
<p>Do you think that this is an error? Contact us: <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</body></html>