- 扫描 ID:
- ec5b9eb1-4bb5-474c-8cfc-8832564fedc9已完成
- 提交的 URL:
- https://piratedheat.top/
- 报告完成时间:
链接 · 找到 1 个
从页面中识别出的传出链接
链接 | 文本 |
---|---|
https://www.youtube.com/watch?v=XDFFRpnbctg | youtube |
JavaScript 变量 · 找到 3 个
在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问
名称 | 类型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
控制台日志消息 · 找到 0 条
记录到 Web 控制台的消息
HTML
页面的原始 HTML 正文
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<title>Pirated Heat</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f9f9f9;
display: flex;
flex-direction: column;
align-items: center;
}
.menu {
width: 100%;
background-color: #FFA500; /* Solid color stripe */
padding: 10px 0;
text-align: center;
}
.menu button {
padding: 10px 20px;
margin: 10px 0;
background-color: #000000;
color: white;
border: none;
cursor: pointer;
}
.container {
text-align: center;
margin-top: 50px;
}
.image {
width: 100%;
max-width: 800px;
display: block;
margin-left: auto;
margin-right: auto;
}
.title {
font-size: 2em;
margin: 20px 0;
text-align: center;
}
.textbox {
width: 80%;
max-width: 600px;
padding: 10px;
margin: 20px 0;
}
.button {
padding: 10px 20px;
margin: 10px 0;
background-color: #007BFF;
color: white;
border: none;
cursor: pointer;
}
.explanation {
width: 80%;
max-width: 600px;
margin: 20px 0;
text-align: center;
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<body>
<div class="menu">
<button onclick="window.location.href='index.php'">Home</button>
<button onclick="window.location.href='mods.php'">Mods</button>
</div>
<div class="container">
<img src="banner.png" alt="Anthro Heat" class="image">
<h1 class="title">Download latest Anthro Heat v0.6.7.2 Milestone (01/11/2024)</h1>
<form method="post" action="">
<button type="submit" class="button">Download</button>
</form>
<p class="explanation">You will need to pass a few linkvertise ads, it wouldn't be financially possible without this. I hope you understand.</p>
<p class="explanation">If you have any doubts check my <a href="https://www.youtube.com/watch?v=XDFFRpnbctg" target="_blank">youtube</a> video</p>
</div>
</body></html>