nifty-wallet/app/popup.html

11 lines
249 B
HTML
Raw Normal View History

2015-12-22 13:07:30 -08:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
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>
</html>