aboutsummaryrefslogtreecommitdiffstats
path: root/mascara/example/app
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2019-03-12 21:47:21 +0800
committerWhymarrh Whitby <whymarrh.whitby@gmail.com>2019-03-12 21:47:21 +0800
commit48047f81947c28cc21f0fb93fe98a2d308078714 (patch)
treefb7a60317d331fadc640149bea15a257b9dd8d06 /mascara/example/app
parent70e7e592aee53c672639841f029c963331cfae81 (diff)
downloadtangerine-wallet-browser-48047f81947c28cc21f0fb93fe98a2d308078714.tar.gz
tangerine-wallet-browser-48047f81947c28cc21f0fb93fe98a2d308078714.tar.zst
tangerine-wallet-browser-48047f81947c28cc21f0fb93fe98a2d308078714.zip
mascara - remove from project (#6283)
Diffstat (limited to 'mascara/example/app')
-rw-r--r--mascara/example/app/index.html17
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