wallet-core/pages/debug.html

14 lines
288 B
HTML
Raw Normal View History

<!doctype html>
<html>
<head>
<title>Taler Wallet Debugging</title>
2016-10-03 17:43:51 +02:00
<link rel="icon" href="../img/icon.png">
</head>
<body>
<h1>Debug Pages</h1>
2015-12-16 16:50:11 +01:00
<a href="show-db.html">Show DB</a> <br>
<a href="../popup/balance-overview.html">Show balance</a>
2015-12-17 22:56:24 +01:00
</body>
</html>