diff options
Diffstat (limited to 'mascara/example/app/index.html')
-rw-r--r-- | mascara/example/app/index.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/mascara/example/app/index.html b/mascara/example/app/index.html deleted file mode 100644 index 8afb6f3f2..000000000 --- a/mascara/example/app/index.html +++ /dev/null @@ -1,17 +0,0 @@ -<!doctype html> - -<html lang="en"> -<head> - <meta charset="utf-8"> - <script src="http://localhost:9001/metamascara.js"></script> - <title>MetaMask ZeroClient Example</title> -</head> - -<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 |