aboutsummaryrefslogtreecommitdiffstats
path: root/mascara/example/app/index.html
blob: 8afb6f3f2ae316412ffb692e1d6d5a2249a7acb7 (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">
  <script src="http://localhost:9001/metamascara.js"></script>
  <title>MetaMask ZeroClient Example</title>
</head>

<body>
  <button id="action-button-1">GET ACCOUNT</button>
  <div id="account"></div>
  <button id="action-button-2">SEND TRANSACTION</button>
  <div id="cb-value" ></div>
  <script src="./app.js"></script>
</body>
</html>