25 lines
530 B
HTML
25 lines
530 B
HTML
![]() |
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>Taler Wallet: Withdraw</title>
|
||
|
|
||
|
<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">
|
||
|
|
||
|
<script src="/dist/page-common-bundle.js"></script>
|
||
|
<script src="/dist/welcome-bundle.js"></script>
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<section id="main">
|
||
|
<h1>GNU Taler Wallet Installed!</h1>
|
||
|
<div id="container">Loading...</div>
|
||
|
</section>
|
||
|
</body>
|
||
|
|
||
|
</html>
|