wallet-core/src/webex/pages/withdraw.html

22 lines
567 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
2020-03-30 12:39:32 +02:00
<head>
<meta charset="UTF-8" />
<title>Taler Wallet: Withdraw</title>
2020-03-30 12:39:32 +02:00
<link rel="icon" href="/img/icon.png" />
<link rel="stylesheet" type="text/css" href="../style/pure.css" />
<link rel="stylesheet" type="text/css" href="../style/wallet.css" />
2020-03-30 12:39:32 +02:00
<script src="/dist/page-common-bundle.js"></script>
<script src="/dist/withdraw-bundle.js"></script>
</head>
2016-10-03 17:43:51 +02:00
2020-03-30 12:39:32 +02:00
<body>
<section id="main">
<h1>GNU Taler Wallet</h1>
2016-03-01 19:39:17 +01:00
<div class="fade" id="exchange-selection"></div>
2020-03-30 12:39:32 +02:00
</section>
</body>
2015-12-07 23:39:25 +01:00
</html>