aboutsummaryrefslogtreecommitdiffstats
path: root/mascara/example/app/index.html
blob: 02323e5f95d0be9c82880d1980df8cfb8bf56a2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>

<html lang="en">
<head>
  <meta charset="utf-8">
  <title>MetaMask ZeroClient Example</title>
  <script src="http://localhost:9001/metamascara.js"></script>
</head>

<body>
  <button class="action-button-1">SYNC TX</button>
  <button class="action-button-2">ASYNC TX</button>
  <script src="./app.js"></script>
</body>
</html>