diff options
author | kumavis <kumavis@users.noreply.github.com> | 2019-03-12 21:47:21 +0800 |
---|---|---|
committer | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2019-03-12 21:47:21 +0800 |
commit | 48047f81947c28cc21f0fb93fe98a2d308078714 (patch) | |
tree | fb7a60317d331fadc640149bea15a257b9dd8d06 /mascara/proxy | |
parent | 70e7e592aee53c672639841f029c963331cfae81 (diff) | |
download | tangerine-wallet-browser-48047f81947c28cc21f0fb93fe98a2d308078714.tar tangerine-wallet-browser-48047f81947c28cc21f0fb93fe98a2d308078714.tar.gz tangerine-wallet-browser-48047f81947c28cc21f0fb93fe98a2d308078714.tar.bz2 tangerine-wallet-browser-48047f81947c28cc21f0fb93fe98a2d308078714.tar.lz tangerine-wallet-browser-48047f81947c28cc21f0fb93fe98a2d308078714.tar.xz tangerine-wallet-browser-48047f81947c28cc21f0fb93fe98a2d308078714.tar.zst tangerine-wallet-browser-48047f81947c28cc21f0fb93fe98a2d308078714.zip |
mascara - remove from project (#6283)
Diffstat (limited to 'mascara/proxy')
-rw-r--r-- | mascara/proxy/index.html | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/mascara/proxy/index.html b/mascara/proxy/index.html deleted file mode 100644 index 4e167db72..000000000 --- a/mascara/proxy/index.html +++ /dev/null @@ -1,20 +0,0 @@ -<!doctype html> - -<html lang="en"> -<head> - <meta charset="utf-8"> - - <title>MetaMask ZeroClient Iframe</title> - <meta name="description" content="MetaMask ZeroClient"> - <meta name="author" content="MetaMask"> - - <!--[if lt IE 9]> - <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> - <![endif]--> -</head> - -<body> - Hello! I am the MetaMask iframe. - <script src="./proxy.js"></script> -</body> -</html> |