-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
33 lines (29 loc) · 2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/assets/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>$BASIN</title>
<meta name="description" content="basin.global scales real estate restoration and conservation to solve the climate, nature and carbon crises. As a hyperstructure for real estate based climate projects, .basin's are the flow of REAL value that $BASIN creates: $STREAMS fill $BASINs.">
<meta name="keywords" content="basin, nft, climate, carbon, real estate, nature, .basin">
<meta name="author" content="basin.global">
<meta property="og:title" content="$BASIN" />
<meta property="og:description" content="basin.global scales real estate restoration and conservation to solve the climate, nature and carbon crises. As a hyperstructure for real estate based climate projects, .basin's are the flow of REAL value that $BASIN creates: $STREAMS fill $BASINs." />
<meta property="og:image" content="https://app.basin.global/assets/cover.png" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@basinDAO">
<meta name="twitter:creator" content="@basinDAO">
<meta name="twitter:title" content="$BASIN">
<meta name="twitter:description" content="Basin.global scales real estate restoration and conservation to solve the climate, nature and carbon crises. As a hyperstructure for real estate based climate projects, .basin's are the flow of REAL value that $BASIN creates: $STREAMS fill $BASINs.">
<meta name="twitter:image" content="https://app.basin.global/assets/cover.png">
</head>
<body>
<div id="app"></div>
<script src="/assets/js/walletConnect.js"></script><!-- TODO: edit this file based on the blockchain used -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@walletconnect/[email protected]/dist/umd/index.min.js"></script>
-->
<script type="module" src="/src/main.ts"></script>
</body>
</html>