wallet-core/src/webex/pages/popup.html

19 lines
377 B
HTML
Raw Normal View History

2016-11-13 23:30:18 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<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">
<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>