- ID de l'analyse :
- 296b0837-8368-4798-91fa-6dfccc611f5cTerminée
- URL soumise :
- https://milarnet.com/
- Fin du rapport :
Liens : 1 trouvé(s)
Liens sortants identifiés à partir de la page
Lien | texte |
---|---|
https://rescue.ibrave.io/ | form |
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 : 2 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
error | network |
|
error | network |
|
HTML
Le corps HTML de la page en données brutes
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>iBrave Hosting Unavailable</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
color: #333;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.container {
max-width: 800px;
background-color: #fff;
padding: 30px;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
text-align: center;
}
h2 {
font-size: 22px;
color: #333;
margin-bottom: 20px;
}
p {
font-size: 16px;
color: #666;
line-height: 1.6;
}
a {
color: #007BFF;
text-decoration: none;
font-weight: bold;
transition: color 0.3s ease-in-out;
}
a:hover {
color: #0056b3;
}
@media (max-width: 768px) {
.container {
width: 90%;
padding: 20px;
}
h2 {
font-size: 22px;
}
h2 {
font-size: 18px;
}
p {
font-size: 14px;
}
}
</style>
</head>
<body>
<div class="container"><img src="https://ibrave.io/wp-content/uploads/elementor/thumbs/logo-new-p3muxk0otg0cwohdmro210qwzl404c6n1sf78ydtjm.png">
<h2>This website is currently unavailable due to the closure of iBrave Hosting.</h2>
<p>If you are the website owner and would like to recover your website or domain name, please complete this <a href="https://rescue.ibrave.io/">form</a>, and our infrastructure provider will reach out to you to arrange the recovery of your data or the continuation of your hosting services with them directly.<br><br>Kind Regards,<br>The iBrave Hosting Team</p>
</div>
</body></html>