This commit is contained in:
2025-02-04 14:20:17 +00:00
committed by GitHub
parent aec61e4807
commit c80a15d808
+12
View File
@@ -0,0 +1,12 @@
<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/";
}
</SCRIPT>
<P>this is for the bata testers</P>
</html>