|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | | - <!-- Meta Tags --> |
5 | 4 | <meta charset="UTF-8" /> |
6 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
7 | | - <meta name="author" content="AlienFlowSpace" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 6 | + <title>AlienFlowSpace DAO | BioFi, DeFi, DeSci & More</title> |
8 | 7 | <meta name="description" content="AlienFlowSpace DAO unites BioFi, DeFi, DePin, DeSci, IPFS, QFS, ReFi, RWA, SocialFi, and TradFi under one cosmic ecosystem." /> |
9 | | - |
10 | | - <!-- Preload Fonts - Alta prioridad para Nasalization --> |
11 | | - <link rel="preload" href="/fonts/NasalizationRg.otf" as="font" type="font/otf" crossorigin="anonymous" /> |
12 | | - |
13 | | - <!-- Font Stylesheets --> |
14 | | - <link rel="stylesheet" href="/src/index.css" /> |
15 | | - <link rel="stylesheet" href="/src/global.css" /> |
16 | | - |
17 | | - <!-- Open Graph Meta Tags --> |
| 8 | + <meta name="author" content="AlienFlowSpace" /> |
| 9 | + <meta name="robots" content="index, follow" /> |
| 10 | + <!-- Open Graph --> |
18 | 11 | <meta property="og:title" content="AlienFlowSpace DAO | Cosmic Decentralized Governance" /> |
19 | 12 | <meta property="og:description" content="AlienFlowSpace DAO unites BioFi, DeFi, DePin, DeSci, IPFS, QFS, ReFi, RWA, SocialFi, and TradFi under one cosmic ecosystem." /> |
20 | 13 | <meta property="og:type" content="website" /> |
21 | | - <meta property="og:image" content="https://github.com/Alien69Flow/aliencoreflow/blob/main/public/lovable-uploads/ALogo.png" /> |
22 | | - |
23 | | - <!-- Twitter Meta Tags --> |
| 14 | + <meta property="og:image" content="/lovable-uploads/ALogo.png" /> |
| 15 | + <meta property="og:url" content="https://alienflowspace.com/" /> |
| 16 | + <!-- Twitter --> |
24 | 17 | <meta name="twitter:card" content="summary_large_image" /> |
25 | 18 | <meta name="twitter:site" content="@alien69flow" /> |
26 | | - <meta name="twitter:image" content="https://github.com/Alien69Flow/aliencoreflow/blob/main/public/lovable-uploads/ALogo.png" /> |
27 | | - |
28 | | - <!-- Title --> |
29 | | - <title>AlienFlowSpace DAO | BioFi, DeFi, DeSci & More</title> |
30 | | - |
31 | | - <!-- Favicon --> |
| 19 | + <meta name="twitter:image" content="/lovable-uploads/ALogo.png" /> |
| 20 | + <!-- Google Fonts: Exo --> |
| 21 | + <link href="https://fonts.googleapis.com/css2?family=Exo:wght@400;700&display=swap" rel="stylesheet" /> |
| 22 | + <link rel="stylesheet" href="/src/index.css" /> |
32 | 23 | <link rel="icon" href="/lovable-uploads/ALogo.png" type="image/x-icon" /> |
33 | | - |
34 | | - <!-- Critical Font CSS inlined para asegurar carga inmediata de Nasalization --> |
35 | | - <style> |
36 | | - /* CRITICAL: Carga prioritaria de Nasalization */ |
37 | | - @font-face { |
38 | | - font-family: 'Nasalization'; |
39 | | - src: url('/fonts/NasalizationRg.otf') format('opentype'); |
40 | | - font-weight: 400; |
41 | | - font-style: normal; |
42 | | - font-display: swap; |
43 | | - } |
44 | | - |
45 | | - /* FORZAR aplicación de Nasalization a todos los elementos con clase o etiqueta */ |
46 | | - h1, h2, h3, h4, h5, h6, |
47 | | - .font-nasalization { |
48 | | - font-family: 'Nasalization', sans-serif !important; |
49 | | - font-weight: 400 !important; |
50 | | - letter-spacing: 0.5px !important; |
51 | | - } |
52 | | - </style> |
53 | 24 | </head> |
54 | | - |
55 | 25 | <body> |
56 | | - <!-- Root Element --> |
57 | 26 | <div id="root"></div> |
58 | | - |
59 | | - <!-- Scripts --> |
60 | | - <!-- IMPORTANT: DO NOT REMOVE THIS SCRIPT TAG OR THIS VERY COMMENT! --> |
61 | | - <script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script> |
62 | 27 | <script type="module" src="/src/main.tsx"></script> |
63 | 28 | </body> |
64 | 29 | </html> |
0 commit comments