blob: ee54d0e0871467430c8b33bc2cb0cc76881cbd56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!doctype html>
<html>
<head>
<title>Taler Wallet: Reserve Created</title>
<link rel="stylesheet" type="text/css" href="../style/wallet.css">
<script src="show-db.js"></script>
</head>
<body>
<h1>DB Dump</h1>
<pre id="dump"></pre>
</body>
</html>
|