2015-12-03 20:07:03 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<link rel="stylesheet" href="popup.css" type="text/css">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="header" class="nav">
|
2015-12-18 19:21:30 +01:00
|
|
|
<a href="balance-overview.html">Wallet</a>
|
2015-12-03 20:07:03 +01:00
|
|
|
<a href="transactions.html">Transactions</a>
|
|
|
|
<a href="reserves.html" class="active">Reserves</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="content">
|
|
|
|
<div id="reserve-create-sepa">
|
|
|
|
SEPA info here.
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="footer" class="nav">
|
|
|
|
<a href="reserves.html">List reserves</a>
|
|
|
|
<a href="reserve-create.html">Create reserve</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|