blob: de0e100a5167eafe9827c5d683476a75dffc9924 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=no">
<title>MetaMask Plugin</title>
</head>
<body style="width:545px; height:450px; font-size: 12px">
<div id="app-content"></div>
<script src="./scripts/popup.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>
|