diff options
Diffstat (limited to 'pages/debug.html')
-rw-r--r-- | pages/debug.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pages/debug.html b/pages/debug.html new file mode 100644 index 000000000..24682dd24 --- /dev/null +++ b/pages/debug.html @@ -0,0 +1,12 @@ +<!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> |