summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/static/refund.html
blob: 68c826bcfec6820d36fb8ac23bebf44f03b16f89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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>