/ index.html
index.html
1 <!doctype html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8" /> 5 <link rel="icon" type="image/svg+xml" href="/zechubLogo.png" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 7 <title>Zechub Namada Dashboard</title> 8 <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet"> 9 <!-- Add this in your public/index.html --> 10 <link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800&display=swap" rel="stylesheet"> 11 <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap" rel="stylesheet"> 12 13 </head> 14 <body> 15 <div id="root"></div> 16 <script type="module" src="/src/main.tsx"></script> 17 </body> 18 </html>