diff options
author | Florian Dold <florian.dold@gmail.com> | 2015-12-13 18:10:33 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2015-12-13 18:10:33 +0100 |
commit | c9180a8b3c629c009a9ac33f353737f6dc1ab871 (patch) | |
tree | 9e9d659b3500c586fa484a0bb764d524434d3470 /extension/pages/debug.html | |
parent | 833a2cf41d000b335b4d5b8c8b1cb67fa111d27c (diff) |
Towards withdrawal in the WebExtension.
Diffstat (limited to 'extension/pages/debug.html')
-rw-r--r-- | extension/pages/debug.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/extension/pages/debug.html b/extension/pages/debug.html new file mode 100644 index 000000000..e4466bc47 --- /dev/null +++ b/extension/pages/debug.html @@ -0,0 +1,10 @@ +<!doctype html> +<html> + <head> + <title>Taler Wallet Debugging</title> + </head> + <body> + <h1>Debug Pages</h1> + <a href="show-db.html">Show DB</a> + </body> +</html> |