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

20 lines
504 B
HTML
Raw Normal View History

2017-08-27 03:56:19 +02:00
<!DOCTYPE html>
<html>
2020-03-30 12:39:32 +02:00
<head>
<meta charset="UTF-8" />
<title>Taler Wallet: Refund Status</title>
2017-08-27 03:56:19 +02:00
2020-03-30 12:39:32 +02:00
<link rel="icon" href="/img/icon.png" />
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" />
<script src="/pageEntryPoint.js"></script>
2020-03-30 12:39:32 +02:00
</head>
2017-08-27 03:56:19 +02:00
<body>
2019-08-31 13:27:12 +02:00
<section id="main">
<h1>GNU Taler Wallet</h1>
<article id="container" class="fade"></article>
</section>
2017-08-27 03:56:19 +02:00
</body>
</html>