2015-12-08 11:50:51 +01:00
|
|
|
|
|
|
|
<!doctype html>
|
|
|
|
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Taler Wallet: Reserve Created</title>
|
2016-10-03 17:43:51 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="../style/wallet.css">
|
|
|
|
<link rel="icon" href="../img/icon.png">
|
2015-12-08 11:50:51 +01:00
|
|
|
<script src="show-db.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>DB Dump</h1>
|
|
|
|
<pre id="dump"></pre>
|
|
|
|
</body>
|
|
|
|
</html>
|