2016-11-13 23:30:18 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
2017-04-28 23:28:27 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="../style/wallet.css">
|
2016-11-13 23:30:18 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="popup.css">
|
|
|
|
|
2017-04-20 03:09:25 +02:00
|
|
|
<script src="/dist/page-common-bundle.js"></script>
|
|
|
|
<script src="/dist/popup-bundle.js"></script>
|
2016-11-13 23:30:18 +01:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2019-09-05 16:23:54 +02:00
|
|
|
<div id="container" style="margin:0;padding:0"></div>
|
2016-11-13 23:30:18 +01:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|