-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (43 loc) · 1.54 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
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="Stock correlations " />
<!-- <meta property="og:type" content="website" />
<meta name="og:title" property="og:title" content="" />
<meta name="og:description" property="og:description" content="" />
<meta property="og:site_name" content="" />
<meta property="og:url" content="" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="" />
<meta name="twitter:description" content="" />
<meta name="twitter:site" content="" />
<meta name="twitter:creator" content="" /> -->
<link
rel="icon"
type="image/svg+xml"
href="/src/assets/favicon.svg"
sizes="any"
/>
<link rel="shortcut icon" href="/src/assets/favicon.svg" />
<link rel="apple-touch-icon" href="/src/assets/favicon.svg" />
<!-- <meta property="og:image" content="" /> -->
<!-- <meta name="twitter:image" content="" /> -->
<!-- <link rel="canonical" href="" /> -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link
rel="preconnect"
href="https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap"
as="style"
/>
<title>sTICKER</title>
<link
href="https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap"
rel="stylesheet"
/>
</head>
<body>
<noscript>Javascript is enabled for this app.</noscript>
<div id="root"></div>
<script src="/src/index.jsx" type="module"></script>
</body>
</html>