diff options
Diffstat (limited to 'library/example/index.html')
-rw-r--r-- | library/example/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/library/example/index.html b/library/example/index.html new file mode 100644 index 000000000..aa15a4523 --- /dev/null +++ b/library/example/index.html @@ -0,0 +1,17 @@ +<!doctype html> + +<html lang="en"> +<head> + <meta charset="utf-8"> + + <title>MetaMask ZeroClient Example</title> + +</head> + +<body> + <button class="action-button-1">SYNC TX</button> + <button class="action-button-2">ASYNC TX</button> + <script src="./zero.js"></script> + <script src="./bundle.js"></script> +</body> +</html>
\ No newline at end of file |