aboutsummaryrefslogtreecommitdiff
path: root/pages/debug.html
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-02-29 18:03:02 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-02-29 18:03:02 +0100
commitc962e9402123900c53967c14cf809ea10576cdb8 (patch)
treee7df9cfdd6fceae30fb99c8ec6be5e07c8b153a8 /pages/debug.html
parent30ee3320c788129b258ed8b42f4fc63d28431e2f (diff)
downloadwallet-core-c962e9402123900c53967c14cf809ea10576cdb8.tar.xz
restructure
Diffstat (limited to 'pages/debug.html')
-rw-r--r--pages/debug.html12
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>