summaryrefslogtreecommitdiff
path: root/src/webex/pages/tip.html
blob: 72d91a1236253500181153f1914900cef8a7c986 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>

<head>
  <meta charset="UTF-8">
  <title>Taler Wallet: Received Tip</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/tip-bundle.js"></script>

</head>

<body>
  <section id="main">
    <h1>GNU Taler Wallet</h1>
    <div id="container"></div>
  </section>
</body>

</html>