- 掃描 ID:
- 8c7fe09f-9c42-4eec-9faf-bce139b0dd40已完成
- 已提交的 URL:
- https://threatoff.eu/
- 報告完成時間:
連結 · 找到 0 個
從頁面中識別的傳出連結
JavaScript 變數 · 找到 3 個
在頁面的視窗物件上載入的全域 JavaScript 變數是在函數外部宣告的變數,可從目前範圍內程式碼中的任何位置存取
名稱 | 類型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
主控台記錄訊息 · 找到 1 條
記錄到 Web 主控台的訊息
類型 | 類別 | 記錄 |
---|---|---|
error | network |
|
HTML
頁面的原始 HTML 主體
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AS215365</title>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap" rel="stylesheet">
<style>
html, body {
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
body {
display: flex;
justify-content: center;
align-items: center;
font-family: 'Montserrat', sans-serif;
background: -webkit-gradient(linear,right top,left top,from(#614092),to(#2443ac));
background: linear-gradient(to left,#614092 0,#2443ac 100%);
background-size: 200% 200%;
animation: gradientFlow 15s ease infinite;
}
@keyframes gradientFlow {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
.content {
font-size: 12vw;
font-weight: 700;
color: white;
text-shadow:
3px 3px 0px rgba(0,0,0,0.2),
6px 6px 0px rgba(0,0,0,0.1);
letter-spacing: 0.01em;
position: relative;
z-index: 1;
}
.content::before {
content: '';
position: absolute;
top: -10px;
left: -10px;
right: -10px;
bottom: -10px;
background: inherit;
filter: blur(20px);
opacity: 0.7;
z-index: -1;
}
</style>
</head>
<body>
<div class="content">
AS215365
</div>
</body></html>