summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/static/popup.html
blob: 9c1246456cc0fa607b6ca3f6e5c8807cb606bf50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <link rel="stylesheet" type="text/css" href="/static/style/pure.css" />
    <link rel="stylesheet" type="text/css" href="/static/style/popup.css" />
    <link rel="stylesheet" type="text/css" href="/dist/popupEntryPoint.css" />
    <link rel="icon" href="/static/img/icon.png" />
    <script src="/dist/popupEntryPoint.js"></script>
  </head>

  <body>
    <taler-popup id="container" class="popup-container"></taler-popup>
  </body>
</html>