- Scan ID:
- ec5b9eb1-4bb5-474c-8cfc-8832564fedc9Finished
- Submitted URL:
- https://piratedheat.top/
- Report Finished:
Links · 1 found
The outgoing links identified from the page
Link | Text |
---|---|
https://www.youtube.com/watch?v=XDFFRpnbctg | youtube |
JavaScript Variables · 3 found
Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Console log messages · 0 found
Messages logged to the web console
HTML
The raw HTML body of the page
<!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>