-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (29 loc) · 1.23 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/regen-favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>.regen Accounts on Base</title>
<meta name="description" content=".regen accounts">
<meta name="keywords" content="place-based regeneration">
<meta name="author" content="Part of the Situs Protocol">
<meta property="og:title" content=".regen accounts" />
<meta property="og:description" content="place-based regeneration" />
<!--<meta property="og:image" content="" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="">
<meta name="twitter:creator" content="">
<meta name="twitter:title" content="">
<meta name="twitter:description" content="">
<meta name="twitter:image" content=""> -->
</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>