File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments