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