aboutsummaryrefslogtreecommitdiff
path: root/src/pages/debug.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/debug.html')
-rw-r--r--src/pages/debug.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/pages/debug.html b/src/pages/debug.html
new file mode 100644
index 000000000..b8ddc7ccb
--- /dev/null
+++ b/src/pages/debug.html
@@ -0,0 +1,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="/src/popup/balance-overview.html">Show balance</a>
+
+ </body>
+</html>