-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (73 loc) · 2.58 KB
/
index.html
File metadata and controls
76 lines (73 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css"
rel="stylesheet"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Social Tags -->
<meta
name="robots"
content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1"
/>
<title>Alphaday - Customizable Crypto Data, Research & News Dashboards</title>
<meta
name="description"
content="Create, share and view crypto dashboards. Alphaday provides advantages for trading, researching & analyzing cryptocurrency & blockchain data."
/>
<meta
property="og:site_name"
content="Alphaday"
/>
<meta property="og:url" content="https://alphaday.com" />
<meta property="og:type" content="website" />
<meta
property="og:title"
content="Alphaday - Customizable Crypto Data, Research & News Dashboards"
/>
<meta
property="og:description"
content="Create, share and view crypto dashboards. Alphaday provides advantages for trading, researching & analyzing cryptocurrency & blockchain data."
/>
<!-- Some OG crawlers cannot resolve relative paths,
images are output into the assets folder -->
<meta
property="og:image"
content="https://alphaday.com/assets/seo1200x627-black.png"
/>
<!-- These tags work for Twitter & Slack -->
<meta
name="twitter:card"
content="summary_large_image"
/>
<meta
name="twitter:site"
content="@AlphadayHQ"
/>
<meta name="twitter:domain" content="https://alphaday.com" />
<meta
name="twitter:title"
content="Alphaday - Customizable Crypto Data, Research & News Dashboards"
/>
<meta
name="twitter:description"
content="Create, share and view crypto dashboards. Alphaday provides advantages for trading, researching & analyzing cryptocurrency & blockchain data."
/>
<meta
name="twitter:image"
content="https://alphaday.com/assets/seo1200x627-black.png"
/>
<!-- Social Tags -->
<!-- font -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Open+Sans:wght@400;500;600;700&display=swap');
</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>