aboutsummaryrefslogtreecommitdiff
path: root/extension/popup/wallet.html
diff options
context:
space:
mode:
Diffstat (limited to 'extension/popup/wallet.html')
-rw-r--r--extension/popup/wallet.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/extension/popup/wallet.html b/extension/popup/wallet.html
new file mode 100644
index 000000000..f27387b1d
--- /dev/null
+++ b/extension/popup/wallet.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+
+<html>
+ <head>
+ <meta charset="utf-8">
+ </head>
+
+<body>
+ This is the Taler wallet.
+
+ <p />
+
+ <a href='reserves.html'>Reserves</a>
+ <a href='transactions.html'>Transaction History</a>
+
+ <p />
+
+ Your balance will be displayed here.
+</body>
+
+</html>