nifty-wallet/mascara/proxy/index.html

21 lines
428 B
HTML
Raw Normal View History

2016-08-26 11:08:23 -07:00
<!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.
2018-03-28 21:40:20 -07:00
<script src="./proxy.js"></script>
2016-08-26 11:08:23 -07:00
</body>
2018-03-28 18:07:02 -07:00
</html>