21 lines
457 B
HTML
21 lines
457 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Taler Wallet: Refund Status</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="../style/wallet.css" />
|
|
|
|
<link rel="icon" href="/img/icon.png" />
|
|
|
|
<script src="/dist/webextension/pageEntryPoint.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<section id="main">
|
|
<h1>GNU Taler Wallet</h1>
|
|
<article id="container" class="fade"></article>
|
|
</section>
|
|
</body>
|
|
</html>
|