-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (39 loc) · 2.58 KB
/
Copy pathindex.html
File metadata and controls
51 lines (39 loc) · 2.58 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<!-- Primary Meta Tags -->
<title>HyperWave - Stake. Predict. Win.</title>
<meta name="title" content="HyperWave - Stake. Predict. Win." />
<meta name="description" content="Fast-paced prediction market where you stake tokens to predict crypto price movements. Win 2x payouts and earn rewards!" />
<meta name="author" content="HyperWave" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="/icon.png" />
<link rel="apple-touch-icon" href="/icon.png" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://hyperwavex.xyz/" />
<meta property="og:title" content="HyperWave - Stake. Predict. Win." />
<meta property="og:description" content="Fast-paced prediction market where you stake tokens to predict crypto price movements. Win 2x payouts and earn rewards!" />
<meta property="og:image" content="https://hyperwavex.xyz/preview.png" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://hyperwavex.xyz/" />
<meta name="twitter:title" content="HyperWave - Stake. Predict. Win." />
<meta name="twitter:description" content="Fast-paced prediction market where you stake tokens to predict crypto price movements. Win 2x payouts and earn rewards!" />
<meta name="twitter:image" content="https://hyperwavex.xyz/preview.png" />
<!-- Farcaster Mini App Embed -->
<meta name="fc:miniapp" content='{"version":"1","imageUrl":"https://hyperwavex.xyz/preview.png","button":{"title":"⚡ Play Now","action":{"type":"launch_frame","name":"HyperWave","url":"https://hyperwavex.xyz","splashImageUrl":"https://hyperwavex.xyz/icon.png","splashBackgroundColor":"#0a0a12"}}}' />
<!-- For backward compatibility -->
<meta name="fc:frame" content='{"version":"1","imageUrl":"https://hyperwavex.xyz/preview.png","button":{"title":"⚡ Play Now","action":{"type":"launch_frame","name":"HyperWave","url":"https://hyperwavex.xyz","splashImageUrl":"https://hyperwavex.xyz/icon.png","splashBackgroundColor":"#0a0a12"}}}' />
<!-- Theme Color -->
<meta name="theme-color" content="#0a0a12" />
<!-- Base App Verification -->
<meta name="base:app_id" content="694fadfec63ad876c908156d" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>