aboutsummaryrefslogtreecommitdiffstats
path: root/mascara/example/app/index.html
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2017-09-28 07:27:01 +0800
committerGitHub <noreply@github.com>2017-09-28 07:27:01 +0800
commitcdf41c28573822c7c4d50efe7dfa34a062825d7f (patch)
tree4b72d3f305739b5a213f65a044c8ee8efe33fd16 /mascara/example/app/index.html
parente451655c107a0c0cf8bc688a64cd48fba7e58c54 (diff)
parentb24e16d346d0e71b140a659815a32be9ce7cd117 (diff)
downloadtangerine-wallet-browser-cdf41c28573822c7c4d50efe7dfa34a062825d7f.tar.gz
tangerine-wallet-browser-cdf41c28573822c7c4d50efe7dfa34a062825d7f.tar.zst
tangerine-wallet-browser-cdf41c28573822c7c4d50efe7dfa34a062825d7f.zip
Merge pull request #2124 from MetaMask/breakout-mascara
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