31 lines
587 B
HTML
31 lines
587 B
HTML
![]() |
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>Taler Wallet: Select Taler Provider</title>
|
||
|
|
||
|
<link rel="icon" href="/img/icon.png">
|
||
|
<link rel="stylesheet" type="text/css" href="../style/wallet.css">
|
||
|
<link rel="stylesheet" type="text/css" href="../style/pure.css">
|
||
|
|
||
|
<script src="/dist/page-common-bundle.js"></script>
|
||
|
<script src="/dist/reset-required-bundle.js"></script>
|
||
|
|
||
|
<style>
|
||
|
body {
|
||
|
font-size: 100%;
|
||
|
overflow-y: scroll;
|
||
|
}
|
||
|
</style>
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<section id="main">
|
||
|
<div id="container"></div>
|
||
|
</section>
|
||
|
</body>
|
||
|
|
||
|
</html>
|