-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (34 loc) · 2.15 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./src/assets/images/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:type" content="website">
<meta property="og:title" content="ExpressFxMarket - Forex, Stocks, ETFs & Options Trading">
<meta property="og:description"
content="Trade stocks, ETFs, forex & Digital Options at ExpressFxMarket, one of the fastest growing online trading platforms. Sign up today and be a part of 17 million user base at ExpressFxMarket">
<meta property="og:image"
content="https://images.unsplash.com/photo-1516245834210-c4c142787335?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Yml0Y29pbnxlbnwwfHwwfHw%3D&auto=format&fit=crop&w=1200&q=60">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="ExpressFxMarket - Forex, Stocks, ETFs & Options Trading">
<meta property="twitter:description"
content="Trade stocks, ETFs, forex & Digital Options at ExpressFxMarket, one of the fastest growing online trading platforms. Sign up today and be a part of 17 million user base at ExpressFxMarket">
<meta property="twitter:image"
content="https://images.unsplash.com/photo-1516245834210-c4c142787335?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Yml0Y29pbnxlbnwwfHwwfHw%3D&auto=format&fit=crop&w=1200&q=60">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="./src/assets/images/logo.png" />
<link rel="stylesheet" href="./src/index.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Oregano:ital@0;1&display=swap"
rel="stylesheet">
<title>Express FX Market</title>
<script src="//code.tidio.co/1arxbnjfbuvypdoona9pelyxztoswfem.js" async></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>