mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
8 lines
212 B
HTML
8 lines
212 B
HTML
<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> |