-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
28 lines (26 loc) · 1.33 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
<!DOCTYPE html>
<html class="vs-dark">
<head>
<meta charset="UTF-8" />
<title>Oraichain Studio</title>
<meta property="og:description" content="The Oraichain Studio is a hub for developers to integrate unlimited AI functionalities into smart contracts for Oraichain and many other Cosmos SDK based" />
<meta property="og:locale" content="vi_VN" />
<meta property="og:site_name" content="Oraichain Studio" />
<meta property="og:title" content="The Oraichain Studio is a hub for developers to integrate unlimited AI functionalities into smart contracts for Oraichain and many other Cosmos SDK based" />
<meta property="og:image" content="/assets/og-image.png" />
<link rel="shortcut icon" href="/assets/favicon.png"/>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-F1C580ML1Z"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-F1C580ML1Z');
</script>
</head>
<body>
<div id="app" class="show-file-icons"></div>
<!-- Main -->
<script src="/main.bundle.js?v=0.0.3"></script>
</body>
</html>