nifty-wallet/mascara/proxy/index.html

21 lines
436 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Nifty Wallet 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 Nifty Wallet iframe.
<script src="./proxy.js"></script>
</body>
</html>