-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (25 loc) · 1.54 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.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Taiko .🥁 names - Web3 Names on Taiko</title>
<meta name="description" content="Taiko drum name (.🥁) is digital identity on the Taiko L2 chain. You can use it to send tokens to each other, or as a username on TKO.chat.">
<meta name="keywords" content="domains, domain, DNS, TLD, blockchain, crypto, chain, taiko, tko, drum, names, usernames, web3, social">
<meta name="author" content="Tempe Techie">
<meta property="og:title" content="Taiko .🥁 names" />
<meta property="og:description" content="Taiko drum name (.🥁) is digital identity on the Taiko L2 chain. You can use it to send tokens to each other, or as a username on TKO.chat." />
<meta property="og:image" content="https://drum.name/assets/cover.png" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@PunkDomains">
<meta name="twitter:creator" content="@PunkDomains">
<meta name="twitter:title" content="Taiko .🥁 names">
<meta name="twitter:description" content="Taiko drum name (.🥁) is digital identity on the Taiko L2 chain. You can use it to send tokens to each other, or as a username on TKO.chat.">
<meta name="twitter:image" content="https://drum.name/assets/cover.png">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>