17 lines
627 B
HTML
17 lines
627 B
HTML
<html>
|
|
<SCRIPT language="JavaScript">
|
|
var password;
|
|
var pass1="TheHall";
|
|
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>
|
|
<head>
|
|
<a href="/WebGames-master/WebGames-master/games/cap/index.html">new test</a>
|
|
<a href="/WebGames-master/WebGames-master/games/Gladihoppers-gh-pages/index.html">Gladihoppers-gh</a>
|
|
|
|
<p>this wont look good because its beta testers eyes only</p>
|
|
</head>
|
|
</html> |