portal.html
À propos du fichier
- Type de fichier
- Fichier HTML de 1 Ko (text/html)
- Confidentialité
- Fichier public, envoyé le 15 mars 2019 à 18:16, depuis l'adresse IP 152.26.x.x (US)
- Sécurité
- Ne contient aucun Virus ou Malware connus - Dernière vérification: 2 jours
- Statistiques
- La présente page de téléchargement a été vue 894 fois depuis l'envoi du fichier
- Page de téléchargement
-
Aperçu du fichier
<!DOCTYPE HTML>
<html>
<head>
<!--Webpage Title-->
<title>Portal Entry - Site Locked</title>
<link rel="stylesheet" href="portalstyle.css">
<link rel="shortcut icon" href="https://www.petit-fichier.fr/2019/03/14/lock/lock.ico">
</head>
<!--Page Body-->
<body onload="passWord">
<center>
<h1>Portal Entry</h1>
<h2>Password Required</h2>
</center>
<!--Teleportation Code-->
<script>
function passWord() {
var testV = 1;
var pass1 = prompt('Enter Password to Enter Portal',' ');
while (testV < 5) {
if (!pass1)
history.go(-1);
if (pass1.toLowerCase() == "h92gi4eq9") {
alert('Password Correct. Press OK to continue.');
window.open('index.html');
break;
}
testV+=1;
var pass1 =
prompt('Access Denied - Password Incorrect, Please Try Again.','Enter Password');
}
if (pass1.toLowerCase()!="password" & testV ==5)
history.go(-1);
window.close();
}
</script>
<center>
<form>
<input type="button" value="Teleport through Portal" onClick="passWord()">
</form>
</center>
</body>
</html>
Partager le fichier portal.html sur le Web et les réseaux sociaux:
Télécharger le fichier portal.html