Skip to content

Commit 0fc4891

Browse files
authored
Update index.html
1 parent f412f74 commit 0fc4891

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ <h1 style="margin-bottom:20px;">Zero Bot Gate</h1>
5252
<button class="tostyle" href="help.html">Need a new passphrase?</button>
5353
<p>By entering a passphrase and proceeding, you agree to our ToS.</p>
5454
</div>
55-
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.9-1/crypto-js.js">
55+
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.9-1/crypto-js.js"></script>
56+
<script>
5657

5758

5859
const bcrypt = require('bcrypt');

0 commit comments

Comments
 (0)