-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (23 loc) · 1.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/assets/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DegenName.lol - .degen Web3 Digital Identity</title>
<meta name="description" content=".degen web3 name is a digital identity within the Degen community. You can use it to send tokens to each other or as a username on various Degen Chain dApps.">
<meta name="keywords" content="domains, domain, DNS, TLD, blockchain, crypto, chain, degen, names, usernames, web3, social">
<meta name="author" content="Tempe Techie">
<meta property="og:title" content="DegenName.lol" />
<meta property="og:description" content=".degen web3 name is a digital identity within the Degen community. You can use it to send tokens to each other or as a username on various Degen Chain dApps." />
<meta property="og:image" content="https://degenname.lol/assets/cover.png" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="DegenName.lol">
<meta name="twitter:description" content=".degen web3 name is a digital identity within the Degen community. You can use it to send tokens to each other or as a username on various Degen Chain dApps.">
<meta name="twitter:image" content="https://degenname.lol/assets/cover.png">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>