This commit is contained in:
PenguinRobert1
2024-04-04 17:20:54 +00:00
parent aba7b5b72a
commit 109d9ff631
+2 -15
View File
@@ -1,18 +1,5 @@
<html>
<body>
<script>
var password = "Free";
(function passcodeprotect() {
var passcode = prompt("Free Trial Time The Password Is Free");
while (passcode !== password) {free}
alert("Incorrect Password Must Talk Robert.w For password And Bring $2.50");
return passcodeprotect();
}
}());
alert('Welcome To My Games friend!');
alert('BYE');
</script>
</body>
<label for="pwd">free:</label>
<input type="password" id="pwd" name="pwd">
<a href="index.html">home</a>
<title>Robert.Ws Games</title>