aboutsummaryrefslogtreecommitdiff
path: root/extension/pages/reserve-success.html
blob: 8d5c6aeb4107c41d9a9540807327c4991a329e10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!doctype html>

<html>
  <head>
    <title>Taler Wallet: Withdraw operation initiated</title>
    <link rel="stylesheet" type="text/css" href="../style/wallet.css">
  </head>
  <body>

    <header>
      <div id="logo"></div>
      <h1>Withdraw operation initiated</h1>
    </header>

    <aside class="sidebar" id="left">
    </aside>

    <section id="main">

      <article>
        <h1>Success!</h1>

        <p>We have started the process of withdrawing electronic coins. This process may take a bit, but will happen in the background. So you can now continue to browse.</p>
        <p>You can click on the Taler logo in your navigation bar to check on the progress of the withdrawal operation and your current balance.</p>
      </article>

    </section>
  </body>
</html>