/ index.html
index.html
1 <!DOCTYPE html> 2 <html lang="en" data-theme="dark"> 3 <head> 4 <meta charset="UTF-8" /> 5 <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 7 <meta name="description" content="Alpha-Delta Network - A dual-chain blockchain protocol for governance and DeFi" /> 8 <meta name="keywords" content="blockchain, cryptocurrency, DeFi, governance, Alpha, Delta, AC/DC" /> 9 <title>Alpha-Delta Network</title> 10 11 <!-- Open Graph --> 12 <meta property="og:title" content="Alpha-Delta Network" /> 13 <meta property="og:description" content="A dual-chain blockchain protocol for governance and DeFi" /> 14 <meta property="og:type" content="website" /> 15 <meta property="og:url" content="https://ac-dc.network" /> 16 17 <!-- IBM Plex Fonts --> 18 <link rel="preconnect" href="https://fonts.googleapis.com" /> 19 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> 20 <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap" rel="stylesheet" /> 21 </head> 22 <body class="bg-bg-primary text-text-primary"> 23 <div id="root"></div> 24 <script type="module" src="/src/main.tsx"></script> 25 </body> 26 </html>