aboutsummaryrefslogtreecommitdiffstats
path: root/mascara/example/app
diff options
context:
space:
mode:
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