aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/run-wallet-in-browser.html
blob: d0ee34ac41ce5177eabb0fa0cd36a21288a9c80f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
  <head>
    <link rel="manifest" href="./manifest.json" />
  </head>
  <body>
    <iframe src="./static/popup.html" name="popup" width="500" height="400">
      algo
    </iframe>
    <hr />
    <iframe src="./static/wallet.html" name="wallet" width="800" height="100%">
      otroe
    </iframe>
  </body>
</html>