File size: 1,614 Bytes
1295969
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!doctype html>
<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>