blob: 221c7380cf0f623f461bccfc003938173faed89a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!doctype html>
<html>
<head>
<title>Taler Wallet Debugging</title>
<link rel="icon" href="../img/icon.png">
</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>
|