wallet-core/packages/taler-wallet-webextension/run-wallet-in-browser.html

15 lines
323 B
HTML
Raw Normal View History

<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>