-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexf.html
55 lines (53 loc) · 2.33 KB
/
indexf.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<!--
Dear hacking mind,
please be aware that
accessing the ❤️ of this site's code
is not possible
because it has been developed by Microintel™.
-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Microintel</title>
<link rel="stylesheet" href="logst.css">
<script>
function microcheck() {
var u = [109, 105, 99, 114, 111, 112, 114, 111, 46, 104, 116, 109, 108];
let xx = "";
for (let i = 0; i < u.length; i++) {const a = String.fromCharCode(u[i]);xx += a;}
let y = "Condition:- User Name Must Be Equal To Passwd\n example:\n username : marvel\n password : marvel";
var username = document.getElementById("user").value;
var password = document.getElementById("pass").value;
if (username === password){location.href = xx;}
else {alert(y);}
return false;
}
function loginWC(){
var u = [109, 105, 99, 114, 111, 112, 114, 111, 46, 104, 116, 109, 108];
let xx = "";
for (let i = 0; i < u.length; i++) {const a = String.fromCharCode(u[i]);xx += a;}
location.href=xx;
}
</script>
</head>
<body>
<center>
<h2 style="color: white; margin-top: 0px;">Welcome to MicroIntel</h2>
<h4 style="color: white;">Where Innovation Meets Intelligence!</h4></center>
</div>
<div class="mi">
<center>
<div class="micro">
<h2 style="color: white;">Login to Microintel</h2>
<form onsubmit="return microcheck()">
<input type="text" id="user" placeholder="User Name" required>
<input type="password" id="pass" placeholder="Passwd = User Name" required>
<input type="submit" value="Login">
</form><center>
<p onclick="loginWC()"><b>Login Without Credentials</p></center>
</div></center>
<center><img src="https://microintel.github.io/Resources/images/dbmil1.png" height="70px" width="220px" style="margin:35% 0 0 0;"></center>
</div>
</body>
</html>