nifty-wallet/app/popup.html

13 lines
343 B
HTML
Raw Normal View History

2015-12-22 13:07:30 -08:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
2017-07-27 14:37:27 -07:00
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=false">
2016-01-14 18:26:54 -08:00
<title>MetaMask Plugin</title>
2015-12-22 13:07:30 -08:00
</head>
<body>
2016-01-14 18:26:54 -08:00
<div id="app-content"></div>
2015-12-22 13:07:30 -08:00
<script src="./scripts/popup.js" type="text/javascript" charset="utf-8"></script>
</body>
2017-07-26 14:36:22 -07:00
</html>