wallet-core/extension/popup/wallet.html
2015-11-25 20:46:36 +01:00

22 lines
275 B
HTML

<!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>