Skip to content

Commit c948f14

Browse files
authored
Update index.html
1 parent c3492ca commit c948f14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h1 style="margin-bottom:20px;">Zero Bot Gate</h1>
7878
const input = await document.getElementById("in");
7979
const pass = input.innerHTML;
8080
print("password: " + pass);
81-
print("hashed: " + hash(pass);
81+
print("hashed: " + hash(pass));
8282
if ( check(pass) ) {
8383
print("APROVED");
8484
} else {

0 commit comments

Comments
 (0)