forked from Alien69Flow/AlienFlowSpace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (31 loc) · 1.78 KB
/
index.html
File metadata and controls
37 lines (31 loc) · 1.78 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta Tags -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, initial-scale=1.0" />
<meta name="author" content="AlienFlowSpace" />
<meta name="description" content="AlienFlowSpace DAO unites BioFi, DeFi, DePin, DeSci, IPFS, QFS, ReFi, RWA, SocialFi, and TradFi under one cosmic ecosystem." />
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="AlienFlowSpace DAO | Cosmic Decentralized Governance" />
<meta property="og:description" content="AlienFlowSpace DAO unites BioFi, DeFi, DePin, DeSci, IPFS, QFS, ReFi, RWA, SocialFi, and TradFi under one cosmic ecosystem." />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://github.com/Alien69Flow/aliencoreflow/blob/main/public/lovable-uploads/ALogo.png" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@alien69flow" />
<meta name="twitter:image" content="https://github.com/Alien69Flow/aliencoreflow/blob/main/public/lovable-uploads/ALogo.png" />
<!-- Title -->
<title>AlienFlowSpace DAO | BioFi, DeFi, DeSci & More</title>
<!-- Favicon -->
<link rel="icon" href="/public/lovable-uploads/ALogo.png" type="image/x-icon" />
</head>
<body style="background-image: url('/public/lovable-uploads/ALogo.png'); background-size: cover; background-position: center;">
<!-- Root Element -->
<div id="root"></div>
<!-- Scripts -->
<!-- IMPORTANT: DO NOT REMOVE THIS SCRIPT TAG OR THIS VERY COMMENT! -->
<script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>