diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-11-13 23:30:18 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-11-13 23:31:17 +0100 |
commit | f3fb8be7db6de87dae40d41bd5597a735c800ca1 (patch) | |
tree | 1a061db04de8f5bb5a6b697fa56a9948f67fac2f /pages/debug.html | |
parent | 200d83c3886149ebb3f018530302079e12a81f6b (diff) |
restructuring
Diffstat (limited to 'pages/debug.html')
-rw-r--r-- | pages/debug.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/pages/debug.html b/pages/debug.html deleted file mode 100644 index 221c7380c..000000000 --- a/pages/debug.html +++ /dev/null @@ -1,13 +0,0 @@ -<!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="../popup/balance-overview.html">Show balance</a> - - </body> -</html> |