aboutsummaryrefslogtreecommitdiffstats
path: root/library/example/index.html
blob: aa15a45231253d0e908a030bfd7cd550a803dab4 (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="./bundle.js"></script>
</body>
</html>