blob: 0868633f768e3a6b3ccdafc57ed3340e0a585aa7 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
<html>
<body>
<button id="deployButton">Deploy Contract</button>
<button id="depositButton">Deposit</button>
<button id="withdrawButton">Withdraw</button>
</body>
<script src="contract.js"></script>
</html>
|