wallet-core/extension/popup/wallet.html

22 lines
275 B
HTML
Raw Normal View History

2015-11-25 20:41:31 +01:00
<!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>