Skip to content

Commit e525d42

Browse files
authored
Update index.html
1 parent 7f0c411 commit e525d42

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,6 @@
3838
</head>
3939

4040

41-
<body>
42-
<div style="margin-top:35vh;">
43-
<h1 style="margin-bottom:20px;">Zero Bot Gate</h1>
44-
<form onsubmit="test( )">
45-
<input type="password" placeholder="Enter Your Passphrase" name="in" required id="in" class="tostyle">
46-
<button type="submit" class="tostyle" style="margin-left:20px;width:50px;text-align:center;">></button>
47-
</form>
48-
<button class="tostyle"" onclick="/help.html">Need a new passphrase?</button>
49-
<p>By entering a passphrase and proceeding, you agree to our ToS.</p>
50-
</div>
51-
</body>
52-
53-
5441
<script>
5542
const bcrypt = require('bcrypt');
5643
const feild = document.getElementById("in").innerHTML;
@@ -80,4 +67,17 @@ <h1 style="margin-bottom:20px;">Zero Bot Gate</h1>
8067
}
8168
}
8269
</script>
70+
71+
72+
<body>
73+
<div style="margin-top:35vh;">
74+
<h1 style="margin-bottom:20px;">Zero Bot Gate</h1>
75+
<form onsubmit="test( )">
76+
<input type="password" placeholder="Enter Your Passphrase" name="in" required id="in" class="tostyle">
77+
<button type="submit" class="tostyle" style="margin-left:20px;width:50px;text-align:center;">></button>
78+
</form>
79+
<button class="tostyle"" onclick="/help.html">Need a new passphrase?</button>
80+
<p>By entering a passphrase and proceeding, you agree to our ToS.</p>
81+
</div>
82+
</body>
8383
</html>

0 commit comments

Comments
 (0)