ifk
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<a href="fun.html">Beta Games</a>
|
||||
<a href="indexai.html">ai</a>
|
||||
<a href="/login.html">test</a>
|
||||
<a href="webretro-master/webretro-master/index.html">no this is not ok to open if you do you will get a virse open at your own risk</a>
|
||||
<a href="/meanOs-master/meanos-meanOs-47ff1a2/index.html">chat bot still in dev</a>
|
||||
<a href="mincrat.html">games</a>
|
||||
|
||||
+24
@@ -0,0 +1,24 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<script>
|
||||
|
||||
function Login(form) { username = new Array("username goes here"); password = new Array("password goes here"); page = "Name of html file to open when you push log in goes here" + ".html"; if (form.username.value == username[0] && form.password.value == password[0] || form.username.value == username[1] && form.password.value == password[1] ||
|
||||
|
||||
form.username.value == username[2] && form.password.value == password[2] || form.username.value == username[3] && form.password.value == password[3] ||
|
||||
|
||||
form.username.value == username[4] && form.password.value == password[4] || form.username.value == username[5] && form.password.value == password[5] ||
|
||||
|
||||
form.username.value == username[6] && form.password.value == password[6] || form.username.value == username[7] && form.password.value == password[7] ||
|
||||
|
||||
form.username.value == username[8] && form.password.value == password[8] || form.username.value == username[9] && form.password.value == password[9]) { self.location.href = page; } else { alert("Either the username or password you entered is incorrect.\nPlease try again."); form.username.focus(); } return true; }
|
||||
|
||||
</script> </head> <body bgcolor="#eeeeee"> <form> <br> <center> <h5>Username: <input type="text" name="username" style="background:#bfbfbf;color:#212121;border-color:#212121;" onFocus="this.style.background = '#ffffff';"
|
||||
|
||||
onBlur="this.style.background = '#bfbfbf';"> <br> Password: <input type="password" name="password" style="background:#bfbfbf;color:#212121;border-color:#212121;" onFocus="this.style.background = '#ffffff';"
|
||||
|
||||
onBlur="this.style.background = '#bfbfbf';"> <br> <input type="button" value="Login" onClick="Login(this.form);" style="background:#bfbfbf;color:#000000;border-color:#212121;" onMouseOver="this.style.color =
|
||||
|
||||
'#404040';" onMouseOut="this.style.color = '#000000';" onFocusr="this.style.color = '#404040';" onBlur="this.style.color = '#000000';"></h5> </center> </form> </body> </html>
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user