aboutsummaryrefslogtreecommitdiff
path: root/src/pages/show-db.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/show-db.html')
-rw-r--r--src/pages/show-db.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/pages/show-db.html b/src/pages/show-db.html
new file mode 100644
index 000000000..af8ca6eb1
--- /dev/null
+++ b/src/pages/show-db.html
@@ -0,0 +1,15 @@
+
+<!doctype html>
+
+<html>
+ <head>
+ <title>Taler Wallet: Reserve Created</title>
+ <link rel="stylesheet" type="text/css" href="../style/wallet.css">
+ <link rel="icon" href="/img/icon.png">
+ <script src="show-db.js"></script>
+ </head>
+ <body>
+ <h1>DB Dump</h1>
+ <pre id="dump"></pre>
+ </body>
+</html>