-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (54 loc) · 1.98 KB
/
index.html
File metadata and controls
54 lines (54 loc) · 1.98 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
/>
<meta name="theme-color" content="#8b5cf6" />
<meta
name="description"
content="Intent-based execution engine for DeFi portfolio management. Build and manage diversified portfolios with advanced automation."
/>
<meta name="author" content="Zap Pilot Team" />
<meta
name="keywords"
content="DeFi,Portfolio Management,Cryptocurrency,Blockchain,Intent-based Execution"
/>
<meta name="creator" content="Zap Pilot" />
<meta name="publisher" content="Zap Pilot" />
<meta
name="format-detection"
content="telephone=no, address=no, email=no"
/>
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
/>
<meta name="apple-mobile-web-app-title" content="Zap Pilot" />
<meta property="og:title" content="Zap Pilot - Portfolio Management" />
<meta
property="og:description"
content="Intent-based execution engine for DeFi portfolio management"
/>
<meta property="og:site_name" content="Zap Pilot" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Zap Pilot - Portfolio Management" />
<meta
name="twitter:description"
content="Intent-based execution engine for DeFi portfolio management"
/>
<link rel="icon" href="/logo.svg" />
<link rel="apple-touch-icon" href="/logo.png" />
<link rel="manifest" href="/manifest.json" />
<title>Zap Pilot - Portfolio Management</title>
</head>
<body class="antialiased bg-gray-950 text-white">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>