aboutsummaryrefslogtreecommitdiffstats
path: root/library/index.html
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2016-08-27 02:08:23 +0800
committerkumavis <aaron@kumavis.me>2016-08-27 02:08:23 +0800
commit23a144fb8b0b214b9c352ee523405d5ecd03046e (patch)
tree43e464ffc4eac01ecba092e758aee3e9b03c8b17 /library/index.html
parentbbb684309e04030dbf288f3e933222b3d27d9b54 (diff)
downloadtangerine-wallet-browser-23a144fb8b0b214b9c352ee523405d5ecd03046e.tar.gz
tangerine-wallet-browser-23a144fb8b0b214b9c352ee523405d5ecd03046e.tar.zst
tangerine-wallet-browser-23a144fb8b0b214b9c352ee523405d5ecd03046e.zip
library - popup handler demo
Diffstat (limited to 'library/index.html')
-rw-r--r--library/index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/library/index.html b/library/index.html
new file mode 100644
index 000000000..5a4c66544
--- /dev/null
+++ b/library/index.html
@@ -0,0 +1,20 @@
+<!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="/bundle.js"></script>
+</body>
+</html> \ No newline at end of file