2017-06-05 03:20:28 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2020-03-30 12:39:32 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<title>Taler Wallet: Select Taler Provider</title>
|
2017-06-05 03:20:28 +02:00
|
|
|
|
2020-03-30 12:39:32 +02:00
|
|
|
<link rel="icon" href="/img/icon.png" />
|
2020-04-06 21:53:29 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="/style/pure.css" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="/style/wallet.css" />
|
|
|
|
<script src="/pageEntryPoint.js"></script>
|
2017-06-05 03:20:28 +02:00
|
|
|
|
2020-03-30 12:39:32 +02:00
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
font-size: 100%;
|
|
|
|
overflow-y: scroll;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
2017-06-05 03:20:28 +02:00
|
|
|
|
2020-03-30 12:39:32 +02:00
|
|
|
<body>
|
|
|
|
<section id="main">
|
|
|
|
<div id="container"></div>
|
|
|
|
</section>
|
|
|
|
</body>
|
2017-06-05 03:20:28 +02:00
|
|
|
</html>
|