forked from Baaseddomain/based-id-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (25 loc) · 1.33 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
<!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>Based Names - Web3 Social Identity For Based DAO</title>
<meta name="description" content="A digital identity for the Based DAO web3 community.">
<meta name="keywords" content="domains, domain, DNS, TLD, blockchain, crypto, chain, base, id, Based DAO, names, usernames, web3, social">
<meta name="author" content="Tempe Techie">
<meta property="og:title" content="Based Names by Based DAO" />
<meta property="og:description" content="A digital identity for the Based DAO web3 community." />
<meta property="og:image" content="https://basednames.xyz/assets/cover.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@basednouns" />
<meta name="twitter:creator" content="@basednouns" />
<meta name="twitter:title" content="Based Names by Based DAO" />
<meta name="twitter:description" content="A digital identity for the Based DAO web3 community." />
<meta name="twitter:image" content="https://basednames.xyz/assets/cover.png" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>