Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o committed Jul 3, 2023
1 parent bd6134e commit d1d39e2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,10 @@
<div class="logo">Bitswap</div>
<button class="button">Connect Wallet</button>
<script>
function getBitmask() {
const bitmask.js
let bitmask = new bitmask();
alert("connect wallet")
<script>
<script src="bitswap-poc/bitmask.js"></script>
</div>
<div class="form-container">
<div class="form-header">Swap</div>
Expand Down

0 comments on commit d1d39e2

Please sign in to comment.