aboutsummaryrefslogtreecommitdiff
path: root/pages/show-db.html
blob: 024e844eeb0ae3582a21dff6fc4080f816bc1847 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

<!doctype html>

<html>
  <head>
    <title>Taler Wallet: Reserve Created</title>
    <link rel="stylesheet" type="text/css" href="../style/wallet.css">
    <link rel="icon" href="../img/icon.png">
    <script src="show-db.js"></script>
  </head>
  <body>
    <h1>DB Dump</h1>
    <pre id="dump"></pre>
  </body>
</html>