-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
18 lines (18 loc) · 912 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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" />
<meta property="og:image" content="/settlus_og.png" />
<meta property="og:title" content="Settlus Tenant Demo: Bridging Web2 Products to the World of Web3" />
<meta property="og:description" content="Experience the Settlus tenant demo and see how creators can seamlessly mint NFTs and earn revenue from their work. Discover how Settlus empowers creators in the digital economy by bridging Web2 products with the diverse opportunities of Web3, offering real value without empty promises." />
<title>Settlus Tenant Demo</title>
</head>
<body>
<div id="container">
<div id="root"></div>
</div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>