generated from punk-domains-2/meow-domains
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
29 lines (25 loc) · 1.56 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>Meow Domains - Web3 Social Usernames</title>
<meta name="description" content="Meow Domains is digital identity on the Superposition L3 Chain. You can use it to send tokens to each other, or as a username on Superposition dApps.">
<meta name="keywords" content="domains, domain, DNS, TLD, blockchain, crypto, chain, superposition, names, usernames, web3, social, l2, l3">
<meta name="author" content="Tempe Techie">
<meta property="og:title" content="Meow Domains" />
<meta property="og:description" content="Meow Domains is digital identity on the Superposition L3 Chain. You can use it to send tokens to each other, or as a username on Superposition dApps." />
<meta property="og:image" content="https://meow.domains/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="Meow Domains">
<meta name="twitter:description" content="Meow Domains is digital identity on the Superposition L3 Chain. You can use it to send tokens to each other, or as a username on Superposition dApps.">
<meta name="twitter:image" content="https://meow.domains/assets/cover.png">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>