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

13 lines
255 B
HTML
Raw Normal View History

2015-12-07 23:39:25 +01:00
<!doctype html>
<html>
<head>
<title>Taler Wallet: Reserve Created</title>
<link rel="stylesheet" type="text/css" href="../style/wallet.css">
</head>
<body>
<h1>Success!</h1>
The reserve was created successfully.
</body>
</html>