wallet-core/pages/show-db.html
2016-10-03 17:43:51 +02:00

16 lines
322 B
HTML

<!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>