- ID de l'analyse :
- ec5b9eb1-4bb5-474c-8cfc-8832564fedc9Terminée
- URL soumise :
- https://piratedheat.top/
- Fin du rapport :
Liens : 1 trouvé(s)
Liens sortants identifiés à partir de la page
Lien | texte |
---|---|
https://www.youtube.com/watch?v=XDFFRpnbctg | youtube |
Variables JavaScript : 3 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Messages de journal de console : 0 trouvé(s)
Messages consignés dans la console web
HTML
Le corps HTML de la page en données brutes
<!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>