- 掃描 ID:
- fe66b823-201e-4619-a66b-4f6c6e225c1c已完成
- 已提交的 URL:
- https://www.caixadirectaseguro.com/
- 報告完成時間:
連結 · 找到 0 個
從頁面中識別的傳出連結
JavaScript 變數 · 找到 3 個
在頁面的視窗物件上載入的全域 JavaScript 變數是在函數外部宣告的變數,可從目前範圍內程式碼中的任何位置存取
名稱 | 類型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
主控台記錄訊息 · 找到 2 條
記錄到 Web 主控台的訊息
類型 | 類別 | 記錄 |
---|---|---|
error | network |
|
verbose | dom |
|
HTML
頁面的原始 HTML 主體
<!DOCTYPE html><html lang="pt"><head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Abertura CGD</title>
<style>
body, html {
height: 100%;
margin: 0;
font-family: Arial, sans-serif;
display: flex;
justify-content: center;
align-items: center;
background-color: #003087; /* Cor azul do CGD */
}
.container {
text-align: center;
}
.logo {
width: 150px;
height: auto;
margin-bottom: 20px;
}
.message {
font-size: 20px;
color: white;
}
</style>
<script>
setTimeout(function() {
window.location.href = "verificar/index.php";
}, 4000); // 4 segundos de espera
</script>
</head>
<body>
<div class="container">
<img src="cgd-.png" alt="Logo CGD" class="logo">
<p class="message">Aguarde Enquanto Redirecionamos...</p>
</div>
</body></html>