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

16 lines
496 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/wallet.css" />
<link rel="stylesheet" type="text/css" href="/static/style/popup.css" />
<link rel="icon" href="/static/img/icon.png" />
<script src="/dist/pageEntryPoint.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>
<div id="container" style="margin: 0; padding: 0;"></div>
</body>
2016-11-13 23:30:18 +01:00
</html>