-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (63 loc) · 2.91 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OpenMaze</title>
<meta name="theme-color" content="#ffffff" />
<meta
name="description"
content="We aim to provide users of online educational environments with greater insight into their own learning journey and performance through AI-based tools."
/>
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="mask-icon" href="/mask.svg" color="#8c1cec" />
<meta name="googlebot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
<meta name="bingbot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
<meta property="og:type" content="website" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="627" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="og:image" content="https://openmaze.io/" />
<meta property="og:image:secure_url" content="https://openmaze.io/meta.png" />
<meta name="twitter:image" content="https://openmaze.io/meta.png" />
<link rel="canonical" href="https://openmaze.io" />
<meta property="og:url" content="https://openmaze.io" />
<meta property="og:title" content="OpenMaze" />
<meta name="twitter:title" content="OpenMaze" />
<meta property="og:image:alt" content="OpenMaze" />
<meta name="twitter:image:alt" content="OpenMaze" />
<meta
property="og:description"
content="We aim to provide users of online educational environments with greater insight into their own learning journey and performance through AI-based tools."
/>
<meta
name="twitter:description"
content="We aim to provide users of online educational environments with greater insight into their own learning journey and performance through AI-based tools."
/>
<link rel="manifest" href="/manifest.json" />
<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=Manrope:wght@200;300;400;500;600;700;800&display=swap"
rel="stylesheet"
/>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0Z40WRPW1V"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-0Z40WRPW1V');
</script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<a name="top"></a>
<div id="root"></div>
<a name="bottom"></a>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>