2015-12-22 22:07:30 +01:00
|
|
|
<!doctype html>
|
2018-02-15 21:36:26 +01:00
|
|
|
<html style="width:357px; height:600px;">
|
2015-12-22 22:07:30 +01:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2017-07-28 03:43:18 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=no">
|
2016-01-15 03:26:54 +01:00
|
|
|
<title>MetaMask Plugin</title>
|
2015-12-22 22:07:30 +01:00
|
|
|
</head>
|
2018-02-15 21:36:26 +01:00
|
|
|
<body style="width:357px; height:600px;">
|
2016-01-15 03:26:54 +01:00
|
|
|
<div id="app-content"></div>
|
2015-12-22 22:07:30 +01:00
|
|
|
<script src="./scripts/popup.js" type="text/javascript" charset="utf-8"></script>
|
|
|
|
</body>
|
2017-07-26 23:36:22 +02:00
|
|
|
</html>
|