23a144fb8
b7aab9551
1 2 3 4 5 6 7 8 9 10 11 12 13 14
15
16 17
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>MetaMask ZeroClient Example</title> </head> <body> <button class="action-button-1">SYNC TX</button> <button class="action-button-2">ASYNC TX</button> <script src="./zero.js"></script> <script src="./app.js"></script> </body> </html>