aboutsummaryrefslogtreecommitdiff
path: root/src/webex/background.html
blob: 12a962c67e57420fbf52a7a3431e6e7360564474 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <script src="../../dist/background-bundle.js"></script>
    <title>(wallet bg page)</title>
  </head>
  <body>
    <img id="taler-logo" src="/img/icon.png" />
  </body>
</html>