31 lines
496 B
HTML
31 lines
496 B
HTML
<!doctype html>
|
|
|
|
<html>
|
|
<head>
|
|
<title>Taler Wallet: Reserve Created</title>
|
|
<link rel="stylesheet" type="text/css" href="../style/wallet.css">
|
|
</head>
|
|
<body>
|
|
|
|
<header>
|
|
<div id="logo"></div>
|
|
<h1>Reserve Creation</h1>
|
|
</header>
|
|
|
|
<aside class="sidebar" id="left">
|
|
</aside>
|
|
|
|
<section id="main">
|
|
|
|
<article>
|
|
<h1>Success!</h1>
|
|
|
|
<p>The reserve was created successfully.</p>
|
|
</article>
|
|
|
|
</section>
|
|
</body>
|
|
|
|
</body>
|
|
</html>
|