22 lines
275 B
HTML
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>
|