-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (81 loc) · 2.7 KB
/
index.html
File metadata and controls
84 lines (81 loc) · 2.7 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
77
78
79
80
81
82
83
84
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Simutrade – Build Smarter Trade Strategies</title>
<link rel="icon" href="/favicon.ico" />
<meta
name="description"
content="Simutrade helps you build smarter trade strategies."
/>
<meta
name="keywords"
content="Simutrade, trading, strategies, finance, smart trading"
/>
<link rel="canonical" href="https://simutrade.faizath.com/" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="apple-touch-icon" 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="icon"
type="image/png"
sizes="192x192"
href="/android-chrome-192x192.png"
/>
<link
rel="icon"
type="image/png"
sizes="512x512"
href="/android-chrome-512x512.png"
/>
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta
property="og:title"
content="Simutrade – Build Smarter Trade Strategies"
/>
<meta
property="og:description"
content="Simutrade helps you build smarter trade strategies."
/>
<meta
property="og:image"
content="https://simutrade.faizath.com/simutrade-logo-full.svg"
/>
<meta property="og:url" content="https://simutrade.faizath.com/" />
<meta property="og:site_name" content="Simutrade" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="Simutrade – Build Smarter Trade Strategies"
/>
<meta
name="twitter:description"
content="Simutrade helps you build smarter trade strategies."
/>
<meta
name="twitter:image"
content="https://simutrade.faizath.com/simutrade-logo-full.svg"
/>
<meta name="twitter:site" content="@Simutrade" />
<!-- JSON-LD structured data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Simutrade",
"url": "https://simutrade.faizath.com/",
"logo": "https://simutrade.faizath.com/simutrade-logo-full.svg",
"description": "Simutrade helps you build smarter trade strategies"
}
</script>
<script defer src="https://stat.faizath.com/script.js" data-website-id="6325992f-cccd-4f6e-8d6c-514c369405b0" data-domains="simutrade.faizath.com"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>