We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b6799c commit 1166e52Copy full SHA for 1166e52
1 file changed
index.html
@@ -47,7 +47,7 @@
47
<div style="margin-top:35vh;">
48
<h1 style="margin-bottom:20px;">Zero Bot Gate</h1>
49
<input type="password" placeholder="Enter Your Passphrase" name="in" required id="in" class="tostyle"/>
50
- <span type="submit" onclick="test()" class="tostyle" style="margin-left:20px;width:25px;text-align:center;margin-bottom:30px;display:inline-block;">></span>
+ <span type="submit" onclick="test()" class="tostyle" style="margin-left:20px;width:25px;text-align:center;margin-bottom:30px;display:inline-block;cursor:pointer;">></span>
51
<div></div>
52
<button class="tostyle" href="help.html">Need a new passphrase?</button>
53
<p>By entering a passphrase and proceeding, you agree to our ToS.</p>
0 commit comments