1
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user