mirror of
https://github.com/a42inc/ETHGlobalTokyo2023.git
synced 2026-01-14 07:47:56 -05:00
11 lines
281 B
HTML
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> |