aboutsummaryrefslogtreecommitdiffstats
path: root/library/example/index.html
blob: 47d6da34f1b9f8fbbdf622ba6396301128bfa2f7 (plain) (blame)
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>