add html fund me

This commit is contained in:
han
2025-01-02 11:19:47 +07:00
parent 12b332af04
commit 8311491fd4
8 changed files with 412 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<title>Fund Me App</title>
</head>
<body>
<button id="connectButton">Connect</button>
<button id="balanceButton">getBalance</button>
<button id="withdrawButton">Withdraw</button>
<!-- <form> -->
<label for="ethAmount">ETH Amount</label>
<input id="ethAmount" placeholder="0.1" />
<button type="button" id="fundButton" > Fund </button>
<!-- </form> -->
</body>
<script src="./index.js" type="module"></script>
</html>