2021-06-16 22:01:06 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="/static/style/pure.css" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="/static/style/wallet.css" />
|
2021-08-23 21:51:49 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="/dist/popupEntryPoint.css" />
|
2021-06-16 22:01:06 +02:00
|
|
|
<link rel="icon" href="/static/img/icon.png" />
|
|
|
|
<script src="/dist/walletEntryPoint.js"></script>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2021-06-21 15:07:56 +02:00
|
|
|
<div id="container" class="wallet-container"></div>
|
2021-06-16 22:01:06 +02:00
|
|
|
</body>
|
|
|
|
</html>
|