Files
Hideyoshi Moriya 2febea66f4 add Dapp Example #19
2023-04-14 23:19:22 +09:00

11 lines
281 B
HTML

<!DOCTYPE html>
<html>
<head>
<script src="jquery-3.6.4.min.js"></script>
<script src="ethers-5.2.umd.min.js"></script>
<script src="main.js"></script>
</head>
<body>
<button onclick="connectWallet()">Connect</button>
</body>
</html>