2016-03-01 14:47:56 +01:00
|
|
|
<!DOCTYPE html>
|
2016-03-01 14:05:38 +01:00
|
|
|
<html>
|
2020-03-30 12:39:32 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<title>Taler Wallet: Withdraw</title>
|
2020-08-13 20:43:51 +02:00
|
|
|
<link rel="icon" href="/static/img/icon.png" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="/static/style/pure.css" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="/static/style/wallet.css" />
|
|
|
|
<script src="/dist/pageEntryPoint.js"></script>
|
2020-03-30 12:39:32 +02:00
|
|
|
</head>
|
2016-10-03 17:43:51 +02:00
|
|
|
|
2020-03-30 12:39:32 +02:00
|
|
|
<body>
|
|
|
|
<section id="main">
|
2020-05-01 10:46:56 +02:00
|
|
|
<div style="border-bottom: 3px dashed #aa3939; margin-bottom: 2em;">
|
|
|
|
<h1 style="font-family: monospace; font-size: 250%;">
|
|
|
|
<span style="color: #aa3939;">❰</span>Taler Wallet<span style="color: #aa3939;">❱</span>
|
|
|
|
</h1>
|
|
|
|
</div>
|
2020-04-06 17:35:51 +02:00
|
|
|
<div class="fade" id="container"></div>
|
2020-03-30 12:39:32 +02:00
|
|
|
</section>
|
|
|
|
</body>
|
2015-12-07 23:39:25 +01:00
|
|
|
</html>
|