wallet-core/extension/pages/reserve-success.html

30 lines
781 B
HTML
Raw Normal View History

2015-12-07 23:39:25 +01:00
<!doctype html>
<html>
<head>
<title>Taler Wallet: Withdraw operation initiated</title>
2015-12-18 22:36:26 +01:00
<link rel="stylesheet" type="text/css" href="../style/wallet.css">
2015-12-07 23:39:25 +01:00
</head>
<body>
2015-12-18 22:36:26 +01:00
<header>
<div id="logo"></div>
<h1>Withdraw operation initiated</h1>
2015-12-18 22:36:26 +01:00
</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>
2015-12-18 22:36:26 +01:00
</article>
</section>
</body>
2015-12-07 23:39:25 +01:00
</html>