-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
26 lines (23 loc) · 1.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./src/assets/Favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:image" content="https://www.canto.io/social-bg.jpg">
<meta name="description"
content="canto is a layer-1 blockchain built to deliver on the promise of defi. as a post-traditional financial movement, canto enables accessibility, transparency, and freedom for new systems. driven by a loosely organized collective of chain-native builders, canto provides a new commons powered by free public infrastructure_"
data-rh="true">
<title>canto</title>
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://canto.io/">
<meta property="twitter:title" content="canto">
<meta property="twitter:description"
content="canto is a layer-1 blockchain built to deliver on the promise of defi. as a post-traditional financial movement, canto enables accessibility, transparency, and freedom for new systems. driven by a loosely organized collective of chain-native builders, canto provides a new commons powered by free public infrastructure_">
<meta property="twitter:image" content="https://www.canto.io/social-bg.jpg">
</head>
<body style="position : relative">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>