This commit is contained in:
PenguinRobert1
2024-01-04 21:32:14 +00:00
parent 5cd6d9ff73
commit cdb257943c
+2 -2
View File
@@ -3,13 +3,13 @@
<script>
var password = "FUN-MILESUWU";
(function passcodeprotect() {
var passcode = prompt("Enter PassCode");
var passcode = prompt("Enter Passworf");
while (passcode !== password) {
alert("Incorrect PassCode");
return passcodeprotect();
}
}());
alert('Welcome To The bata frend!');
alert('Welcome To The bata friend!');
</script>
</body>