Skip to content

Commit ed52b1f

Browse files
authored
Update index.html
1 parent 2b129cb commit ed52b1f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h1 style="margin-bottom:20px;">Zero Bot Gate</h1>
4949
<input type="password" placeholder="Enter Your Passphrase" name="in" required id="in" class="tostyle"/>
5050
<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>
5151
<div></div>
52-
<button class="tostyle" href="help.html">Need a new passphrase?</button>
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>
@@ -61,6 +61,10 @@ <h1 style="margin-bottom:20px;">Zero Bot Gate</h1>
6161
"thisisatest",
6262
"pKYrc1jM4lVnOUGNZrLKhA8GyaR+ntn1maY4YcMgqK4=" // 'apple'
6363
]
64+
65+
function relocate(goto) {
66+
window.location.href = goto + ".html'
67+
}
6468

6569
function hash( pass ) {
6670
var hash = CryptoJS.SHA256( pass + "noAI" );

0 commit comments

Comments
 (0)