ghost-extension-wallet/assets/wallet-popup.html
Uncle Fatso 6906ca83b7
initial commit in remote repository
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
2025-07-22 13:53:22 +03:00

12 lines
247 B
HTML

<!doctype html>
<html>
<head>
<title>Ghost Wallet</title>
<meta charset="utf-8" />
</head>
<body>
<div id="popup"></div>
<script type="module" src="../src/wallet-popup.tsx"></script>
</body>
</html>