You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
427 B
20 lines
427 B
8 years ago
|
<!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.
|
||
8 years ago
|
<script src="./proxy.js"></script>
|
||
8 years ago
|
</body>
|
||
|
</html>
|