-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (52 loc) · 2.22 KB
/
Copy pathindex.html
File metadata and controls
52 lines (52 loc) · 2.22 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
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#175D38" />
<meta
name="description"
content="Gno.land Bridge - permissionless, non-custodial bridge for moving tokens in and out of gno.land via Union protocol."
/>
<meta property="og:title" content="Gno.land Bridge" />
<meta
property="og:description"
content="Gno.land Bridge - permissionless, non-custodial bridge for moving tokens in and out of gno.land via Union protocol."
/>
<meta property="og:image" content="https://bridge.onbloc.xyz/og-gno-bridge-v2.png" />
<meta property="og:image:secure_url" content="https://bridge.onbloc.xyz/og-gno-bridge-v2.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="Gno.land Bridge" />
<meta property="og:url" content="https://bridge.onbloc.xyz/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Gno.land Bridge" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Gno.land Bridge" />
<meta
name="twitter:description"
content="Gno.land Bridge - permissionless, non-custodial bridge for moving tokens in and out of gno.land via Union protocol."
/>
<meta name="twitter:image" content="https://bridge.onbloc.xyz/og-gno-bridge-v2.png" />
<meta name="twitter:image:alt" content="Gno.land Bridge" />
<link rel="apple-touch-icon" href="/logo_196.png" />
<title>Gno.land Bridge</title>
<script>
(function () {
try {
var t = localStorage.getItem('gnobridge.theme')
if (t !== 'light' && t !== 'dark') t = 'light'
document.documentElement.dataset.theme = t
} catch (e) {
document.documentElement.dataset.theme = 'light'
}
})()
</script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>