This commit is contained in:
PenguinRobert1
2024-01-05 17:50:39 +00:00
parent 887257db16
commit 00294e1174
+2 -1
View File
@@ -5,11 +5,12 @@
(function passcodeprotect() {
var passcode = prompt("Enter Password");
while (passcode !== password) {
alert("Incorrect Password Must Talk Robert.w For password");
alert("Incorrect Password Must Talk Robert.w For password And Bring $2.50");
return passcodeprotect();
}
}());
alert('Welcome To The beta friend!');
alert('BYE')
</script>
</body>