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

17 lines
405 B
HTML
Raw Normal View History

2016-11-13 23:30:18 +01:00
<!DOCTYPE html>
<html>
2020-03-30 12:39:32 +02:00
<head>
<meta charset="utf-8" />
2016-11-13 23:30:18 +01:00
2020-03-30 12:39:32 +02:00
<link rel="stylesheet" type="text/css" href="../style/wallet.css" />
<link rel="stylesheet" type="text/css" href="popup.css" />
2016-11-13 23:30:18 +01:00
2020-03-30 12:39:32 +02:00
<script src="/dist/page-common-bundle.js"></script>
<script src="/dist/popup-bundle.js"></script>
</head>
2016-11-13 23:30:18 +01:00
2020-03-30 12:39:32 +02:00
<body>
<div id="container" style="margin: 0; padding: 0;"></div>
</body>
2016-11-13 23:30:18 +01:00
</html>