aboutsummaryrefslogblamecommitdiffstats
path: root/mascara/proxy/index.html
blob: 4e167db727531201cc33cf1d750af6e371959b4c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                                            
                                    
       
       
<!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>