aboutsummaryrefslogtreecommitdiffstats
path: root/mascara/example/app/index.html
diff options
context:
space:
mode:
authorfrankiebee <frankie.diamond@gmail.com>2017-09-19 10:08:02 +0800
committerfrankiebee <frankie.diamond@gmail.com>2017-09-19 10:08:02 +0800
commit29dd81d029fb3cb5e0477758a59917b4cdf1091e (patch)
treebdaa8fe49a3690a1b12a6e9274f1cac8e30ac60a /mascara/example/app/index.html
parentbbae8d975e1800b37b05b35713728cd39f992071 (diff)
downloadtangerine-wallet-browser-29dd81d029fb3cb5e0477758a59917b4cdf1091e.tar.gz
tangerine-wallet-browser-29dd81d029fb3cb5e0477758a59917b4cdf1091e.tar.zst
tangerine-wallet-browser-29dd81d029fb3cb5e0477758a59917b4cdf1091e.zip
require metamascara
Diffstat (limited to 'mascara/example/app/index.html')
-rw-r--r--mascara/example/app/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/mascara/example/app/index.html b/mascara/example/app/index.html
index 02323e5f9..f3e38877c 100644
--- a/mascara/example/app/index.html
+++ b/mascara/example/app/index.html
@@ -3,13 +3,13 @@
<html lang="en">
<head>
<meta charset="utf-8">
- <title>MetaMask ZeroClient Example</title>
<script src="http://localhost:9001/metamascara.js"></script>
+ <title>MetaMask ZeroClient Example</title>
</head>
<body>
- <button class="action-button-1">SYNC TX</button>
- <button class="action-button-2">ASYNC TX</button>
+ <button id="action-button-1">GET ACCOUNT</button>
+ <div id="account"></div>
<script src="./app.js"></script>
</body>
</html> \ No newline at end of file