wallet-core/packages/taler-wallet-webextension/static/popup.html

16 lines
498 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" />
2020-08-13 20:43:51 +02:00
<link rel="stylesheet" type="text/css" href="/static/style/pure.css" />
<link rel="stylesheet" type="text/css" href="/static/style/popup.css" />
2021-07-10 04:15:49 +02:00
<link rel="stylesheet" type="text/css" href="/dist/styles.css" />
2020-08-13 20:43:51 +02:00
<link rel="icon" href="/static/img/icon.png" />
2021-06-16 22:01:06 +02:00
<script src="/dist/popupEntryPoint.js"></script>
2020-03-30 12:39:32 +02:00
</head>
2016-11-13 23:30:18 +01:00
2020-03-30 12:39:32 +02:00
<body>
<taler-popup id="container" class="popup-container"></taler-popup>
2020-03-30 12:39:32 +02:00
</body>
2016-11-13 23:30:18 +01:00
</html>