Files
moon-gaming/ba.html
T
2025-02-04 18:35:52 +00:00

12 lines
393 B
HTML

<html>
<SCRIPT language="JavaScript">
var password;
var pass1="ba";
password=prompt('this is for the bata testers',' ');
if (password==pass1)
alert('Correct Password! Click Enter To Well Enter!');
else { window.location="https://fun-miles-4jub.onrender.com/404";
}
</SCRIPT>
<P>this is for the bata testers</P>
</html>