aboutsummaryrefslogtreecommitdiffstats
path: root/mascara/example/app/index.html
diff options
context:
space:
mode:
authorThomas Huang <tmashuang@users.noreply.github.com>2017-10-06 02:06:17 +0800
committerGitHub <noreply@github.com>2017-10-06 02:06:17 +0800
commitc880d81ec3bfcd4d46c5d454cf9828adff15a0f5 (patch)
tree7c359f5fe8ca642f0034ac1ce5417a3db004ceb7 /mascara/example/app/index.html
parent35f4148343cf4400f7a38eef07282cae44cd0335 (diff)
parent7ec068d279276a7e0fcc862d18e3fd3e1648728b (diff)
downloadtangerine-wallet-browser-c880d81ec3bfcd4d46c5d454cf9828adff15a0f5.tar
tangerine-wallet-browser-c880d81ec3bfcd4d46c5d454cf9828adff15a0f5.tar.gz
tangerine-wallet-browser-c880d81ec3bfcd4d46c5d454cf9828adff15a0f5.tar.bz2
tangerine-wallet-browser-c880d81ec3bfcd4d46c5d454cf9828adff15a0f5.tar.lz
tangerine-wallet-browser-c880d81ec3bfcd4d46c5d454cf9828adff15a0f5.tar.xz
tangerine-wallet-browser-c880d81ec3bfcd4d46c5d454cf9828adff15a0f5.tar.zst
tangerine-wallet-browser-c880d81ec3bfcd4d46c5d454cf9828adff15a0f5.zip
Merge pull request #2289 from MetaMask/mascara-tuneups
Mascara tuneups
Diffstat (limited to 'mascara/example/app/index.html')
-rw-r--r--mascara/example/app/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/mascara/example/app/index.html b/mascara/example/app/index.html
index f3e38877c..8afb6f3f2 100644
--- a/mascara/example/app/index.html
+++ b/mascara/example/app/index.html
@@ -10,6 +10,8 @@
<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> \ No newline at end of file