blob: 7dfa7a9cc1d1f12eae82f725b39fab14e5190efc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!doctype html>
<html>
<head>
<title>Taler Wallet Debugging</title>
</head>
<body>
<h1>Debug Pages</h1>
<a href="show-db.html">Show DB</a> <br>
<a href="../popup/balance-overview.html">Show balance</a>
</body>
</html>
|