15 lines
323 B
HTML
15 lines
323 B
HTML
|
<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>
|