This commit is contained in:
PenguinRobert1
2024-01-05 13:12:24 +00:00
parent 4c2aabce75
commit 8cba2d5d35
+15
View File
@@ -1,3 +1,18 @@
<html>
<body>
<script>
var password = "FISher3254";
(function passcodeprotect() {
var passcode = prompt("Enter Password");
while (passcode !== password) {
alert("Incorrect Password Must Talk Robert.w For password");
return passcodeprotect();
}
}());
alert('Welcome To The beta friend!');
</script>
</body>
<a href="index.html">home</a> <a href="index.html">home</a>
<title>Robert.Ws Games</title> <title>Robert.Ws Games</title>
<body> <body>