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

16 lines
463 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-04-06 21:53:29 +02:00
<link rel="stylesheet" type="text/css" href="/style/pure.css" />
<link rel="stylesheet" type="text/css" href="/style/wallet.css" />
<link rel="stylesheet" type="text/css" href="/style/popup.css" />
<link rel="icon" href="/img/icon.png" />
<script src="/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>