mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +01:00
20 lines
427 B
HTML
20 lines
427 B
HTML
|
<!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>
|