Skip to content

Commit 6116091

Browse files
authored
Update index.html
1 parent ed52b1f commit 6116091

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
color:#408000;
2929
}
3030

31-
button {
31+
span {
3232
cursor:pointer;
3333
}
3434

@@ -47,9 +47,9 @@
4747
<div style="margin-top:35vh;">
4848
<h1 style="margin-bottom:20px;">Zero Bot Gate</h1>
4949
<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;cursor:pointer;">></span>
50+
<span type="submit" onclick="test()" class="tostyle" style="margin-left:20px;width:25px;text-align:center;margin-bottom:30px;display:inline-block;">></span>
5151
<div></div>
52-
<span class="tostyle" onclick="relocate("about")">Need a new passphrase?</span>
52+
<span class="tostyle" onclick="relocate('about')">Need a new passphrase?</span>
5353
<p>By entering a passphrase and proceeding, you agree to our ToS.</p>
5454
</div>
5555
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.9-1/crypto-js.js"></script>

0 commit comments

Comments
 (0)