wallet-core/src/webex/pages/refund.html

22 lines
499 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="stylesheet" type="text/css" href="../style/wallet.css" />
2017-08-27 03:56:19 +02:00
2020-03-30 12:39:32 +02:00
<link rel="icon" href="/img/icon.png" />
2017-08-27 03:56:19 +02:00
2020-03-30 12:39:32 +02:00
<script src="/dist/page-common-bundle.js"></script>
<script src="/dist/refund-bundle.js"></script>
</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>