forked from synmetrix/client-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (38 loc) · 1.59 KB
/
index.html
File metadata and controls
39 lines (38 loc) · 1.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/FraioS-icon-lighttheme.svg" />
<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=Inter:wght@200;300;400;500;600;700&family=Lato:wght@300;400;700;900&display=swap" rel="stylesheet" />
<meta
property="og:title"
content="FraiOS Semantic Layer"
/>
<meta property="og:image" content="/Frai-OSAppIcon.png" />
<meta
content="FraiOS Semantic Layer: seamlessly connect, model, and analyze your data with intelligent metrics."
name="description"
/>
<meta content="FraiOS Semantic Layer" property="og:title" />
<meta
content="FraiOS Semantic Layer: seamlessly connect, model, and analyze your data with intelligent metrics."
property="og:description"
/>
<meta content="FraiOS Semantic Layer" property="twitter:title" />
<meta
content="FraiOS Semantic Layer: seamlessly connect, model, and analyze your data with intelligent metrics."
property="twitter:description"
/>
<meta content="/Frai-OSAppIcon.png" property="twitter:image" />
<meta property="og:type" content="website" />
<meta content="summary_large_image" name="twitter:card" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<title>FraiOS Semantic Layer</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/@vit-app"></script>
</body>
</html>