Spaces:
Build error
Build error
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>Retrosync — Decentralized Music Infrastructure</title> | |
| <meta name="description" content="Enterprise music distribution with zero-knowledge royalty verification, DDEX compliance, and blockchain-backed provenance." /> | |
| <meta name="author" content="Retrosync Media Group" /> | |
| <meta property="og:title" content="Retrosync — Decentralized Music Infrastructure" /> | |
| <meta property="og:description" content="Enterprise music distribution with ZK proofs, DDEX compliance, and BTFS storage." /> | |
| <meta property="og:type" content="website" /> | |
| <meta property="og:image" content="https://lovable.dev/opengraph-image-p98pqg.png" /> | |
| <meta name="twitter:card" content="summary_large_image" /> | |
| <meta name="twitter:site" content="@Lovable" /> | |
| <meta name="twitter:image" content="https://lovable.dev/opengraph-image-p98pqg.png" /> | |
| </head> | |
| <body> | |
| <div id="root"></div> | |
| <script type="module" src="/src/main.tsx"></script> | |
| <script> | |
| window.addEventListener('load', () => { | |
| if (window.tronWeb && window.tronWeb.defaultAddress) { | |
| console.log('TronLink ready:', window.tronWeb.defaultAddress.base58); | |
| window.dispatchEvent(new CustomEvent('tronlink-ready', { | |
| detail: { address: window.tronWeb.defaultAddress.base58 } | |
| })); | |
| } else { | |
| console.log('TronLink not detected'); | |
| } | |
| }); | |
| </script> | |
| </body> | |
| </html> | |