2017-11-30 04:07:36 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2020-03-30 12:39:32 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<title>Taler Wallet: Received Tip</title>
|
2017-11-30 04:07:36 +01: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>
|
2020-03-30 12:39:32 +02:00
|
|
|
</head>
|
2017-11-30 04:07:36 +01:00
|
|
|
|
2020-03-30 12:39:32 +02:00
|
|
|
<body>
|
|
|
|
<section id="main">
|
|
|
|
<h1>GNU Taler Wallet</h1>
|
|
|
|
<div id="container"></div>
|
|
|
|
</section>
|
|
|
|
</body>
|
2017-11-30 04:07:36 +01:00
|
|
|
</html>
|