nifty-wallet/app/popup.html

13 lines
383 B
HTML
Raw Normal View History

2015-12-22 13:07:30 -08:00
<!doctype html>
<html style="width:357px; height:600px;">
2015-12-22 13:07:30 -08:00
<head>
<meta charset="utf-8">
2017-07-27 18:43:18 -07:00
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=no">
2018-07-17 10:18:12 -07:00
<title>Nifty Wallet</title>
2015-12-22 13:07:30 -08:00
</head>
2018-11-08 00:24:26 -08:00
<body class="ff-body-style">
2016-01-14 18:26:54 -08:00
<div id="app-content"></div>
<script src="./ui.js" type="text/javascript" charset="utf-8"></script>
2015-12-22 13:07:30 -08:00
</body>
2017-07-26 14:36:22 -07:00
</html>