-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (51 loc) · 3.05 KB
/
Copy pathindex.html
File metadata and controls
59 lines (51 loc) · 3.05 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
55
56
57
58
59
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/jerota.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Jerota - Stream, Watch and Earn Crypto Tokens</title>
<meta name="title" content="Jerota - Stream, Watch and Earn Crypto Tokens" />
<meta name="description"
content="The future of live streaming. Engage with your favorite music and videos to get rewarded in crypto tokens. Join the waitlist to be among the first to experience the future." />
<meta name="keywords"
content="live streaming, crypto tokens, music streaming, video streaming, earn crypto, blockchain streaming, rewards" />
<meta name="author" content="Jerota" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://jerota.xyz/" />
<meta property="og:title" content="Jerota - Stream, Watch and Earn Crypto Tokens" />
<meta property="og:description"
content="The future of content streaming. Engage with your favorite music and videos to get rewarded in crypto tokens. Join the waitlist to be among the first to experience the future." />
<meta property="og:image" content="https://jerota.xyz/logo.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="Jerota - The One App Where You Can Stream, Watch And Earn" />
<meta property="og:site_name" content="Jerota" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://jerota.xyz/" />
<meta property="twitter:title" content="Jerota - Stream, Watch and Earn Crypto Tokens" />
<meta property="twitter:description"
content="The future of content streaming. Engage with your favorite music and videos to get rewarded in crypto tokens. Join the waitlist to be among the first to experience the future." />
<meta property="twitter:image" content="https://jerota.xyz/logo.png" />
<meta property="twitter:image:alt" content="Jerota - The One App Where You Can Stream, Watch And Earn" />
<!-- Additional Meta Tags -->
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#2eae4e" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="Jerota" />
<!-- Favicon and Icons -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>