aboutsummaryrefslogtreecommitdiffstats
path: root/mascara/example/app
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2017-04-05 13:45:39 +0800
committerkumavis <aaron@kumavis.me>2017-04-05 13:45:39 +0800
commit0cfad78f5decbce04a7fa56e8f80e4fcecd12a79 (patch)
tree79c9198d5ad9db830233c2550eb73ed5e3793460 /mascara/example/app
parent8b146663483849cb76219bbf610c9ff6c5add68d (diff)
downloadtangerine-wallet-browser-0cfad78f5decbce04a7fa56e8f80e4fcecd12a79.tar.gz
tangerine-wallet-browser-0cfad78f5decbce04a7fa56e8f80e4fcecd12a79.tar.zst
tangerine-wallet-browser-0cfad78f5decbce04a7fa56e8f80e4fcecd12a79.zip
mascara - rename things + break out mascara asset server
Diffstat (limited to 'mascara/example/app')
-rw-r--r--mascara/example/app/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/mascara/example/app/index.html b/mascara/example/app/index.html
new file mode 100644
index 000000000..02323e5f9
--- /dev/null
+++ b/mascara/example/app/index.html
@@ -0,0 +1,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> \ No newline at end of file