-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (25 loc) · 1.32 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>Songbird Domains</title>
<meta name="description" content="The first web3 domain service on Songbird. Mint your very own .sgb domain!">
<meta name="keywords" content="web3, domains, domain, DNS, TLD, blockchain, crypto, chain, sgb, songbird, nft, flare">
<meta name="author" content="Tempe Techie">
<meta property="og:title" content="Songbird Domains" />
<meta property="og:description" content="The first web3 domain service on Songbird. Mint your very own .sgb domain!" />
<meta property="og:image" content="https://songbird.domains/assets/cover.jpeg" />
<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="Songbird Domains">
<meta name="twitter:description" content="The first web3 domain service on Songbird. Mint your very own .sgb domain!">
<meta name="twitter:image" content="https://songbird.domains/assets/cover.jpeg">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>